mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
Misc.
This commit is contained in:
parent
8ca524debf
commit
c8c6958f75
@ -140,6 +140,7 @@ void DYN_ddl(/*Attachment* attachment,*/ jrd_tra* transaction, USHORT length, co
|
|||||||
DYN_execute(&gbl, &ptr, NULL, NULL, NULL, NULL, NULL);
|
DYN_execute(&gbl, &ptr, NULL, NULL, NULL, NULL, NULL);
|
||||||
transaction->tra_save_point->sav_verb_count--;
|
transaction->tra_save_point->sav_verb_count--;
|
||||||
VIO_verb_cleanup(tdbb, transaction);
|
VIO_verb_cleanup(tdbb, transaction);
|
||||||
|
fb_assert(ptr <= ddl + length); // disaster check after it happened
|
||||||
}
|
}
|
||||||
catch (const Exception& ex) {
|
catch (const Exception& ex) {
|
||||||
stuff_exception(tdbb->tdbb_status_vector, ex);
|
stuff_exception(tdbb->tdbb_status_vector, ex);
|
||||||
|
Loading…
Reference in New Issue
Block a user