mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
Merge pull request #44 from FbnDev/master
Backup.write_exceptions(): att_procedure_description -> att_exception…
This commit is contained in:
commit
df39a7a77b
@ -2767,7 +2767,7 @@ void write_exceptions()
|
|||||||
BURP_verbose (198, temp);
|
BURP_verbose (198, temp);
|
||||||
// msg 198 writing exception %s
|
// msg 198 writing exception %s
|
||||||
PUT_MESSAGE(att_exception_msg, att_exception_msg2, X.RDB$MESSAGE);
|
PUT_MESSAGE(att_exception_msg, att_exception_msg2, X.RDB$MESSAGE);
|
||||||
put_source_blob (att_exception_description2, att_procedure_description, X.RDB$DESCRIPTION);
|
put_source_blob (att_exception_description2, att_exception_description, X.RDB$DESCRIPTION);
|
||||||
|
|
||||||
if (!X.RDB$SECURITY_CLASS.NULL)
|
if (!X.RDB$SECURITY_CLASS.NULL)
|
||||||
PUT_TEXT(att_exception_security_class, X.RDB$SECURITY_CLASS);
|
PUT_TEXT(att_exception_security_class, X.RDB$SECURITY_CLASS);
|
||||||
@ -2791,7 +2791,7 @@ void write_exceptions()
|
|||||||
BURP_verbose (198, temp);
|
BURP_verbose (198, temp);
|
||||||
// msg 198 writing exception %s
|
// msg 198 writing exception %s
|
||||||
PUT_MESSAGE(att_exception_msg, att_exception_msg2, X.RDB$MESSAGE);
|
PUT_MESSAGE(att_exception_msg, att_exception_msg2, X.RDB$MESSAGE);
|
||||||
put_source_blob (att_exception_description2, att_procedure_description, X.RDB$DESCRIPTION);
|
put_source_blob (att_exception_description2, att_exception_description, X.RDB$DESCRIPTION);
|
||||||
put(tdgbl, att_end);
|
put(tdgbl, att_end);
|
||||||
END_FOR;
|
END_FOR;
|
||||||
ON_ERROR
|
ON_ERROR
|
||||||
|
Loading…
Reference in New Issue
Block a user