8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00
This commit is contained in:
hvlad 2018-06-11 19:13:47 +03:00
parent c48ebfb786
commit 56397c2d43

View File

@ -8627,9 +8627,6 @@ static void start_transaction(thread_db* tdbb, bool transliterate, jrd_tra** tra
JRD_run_trans_start_triggers(tdbb, transaction);
*tra_handle = transaction;
// // run ON TRANSACTION START triggers
// EXE_execute_db_triggers(tdbb, transaction, TRIGGER_TRANS_START);
}
catch (const Exception& ex)
{