mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:43:03 +01:00
Fixed CORE-4480: ISQL issues warning: "Bad debug info format" when connect to database with stored function after it's restoring.
This commit is contained in:
parent
a9721f18e0
commit
306c4043f4
@ -4289,7 +4289,7 @@ bool get_function(BurpGlobals* tdgbl)
|
||||
case att_function_debug_info:
|
||||
if (tdgbl->RESTORE_format >= 10)
|
||||
{
|
||||
get_blr_blob(tdgbl, X.RDB$DEBUG_INFO, false);
|
||||
get_misc_blob(tdgbl, X.RDB$DEBUG_INFO, false);
|
||||
X.RDB$DEBUG_INFO.NULL = FALSE;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user