8
0
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:
dimitr 2014-07-02 19:19:05 +00:00
parent a9721f18e0
commit 306c4043f4

View File

@ -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