8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
This commit is contained in:
robocop 2009-07-07 10:13:14 +00:00
parent 8ca524debf
commit c8c6958f75

View File

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