8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

Fixed bug CORE-3419 : Recurse leads to hangs/crash server

This commit is contained in:
hvlad 2011-03-31 09:47:50 +00:00
parent 703efa3400
commit 07970b1deb

View File

@ -6584,6 +6584,10 @@ void JRD_start_multiple(thread_db* tdbb, jrd_tra** tra_handle, USHORT count, TEB
try
{
validateHandle(tdbb, prior->tra_attachment);
DatabaseContextHolder dbbHolder(tdbb);
check_database(tdbb);
rollback(tdbb, prior, false);
}
catch (const Exception&)