mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 03:23:04 +01:00
Let's not cancel the verb cleanup process as it causes a fatal bugcheck.
This commit is contained in:
parent
0226763783
commit
40f6fa11d0
@ -4646,6 +4646,7 @@ bool JRD_reschedule(thread_db* tdbb, SLONG quantum, bool punt)
|
||||
|
||||
if (request->req_flags & req_blocking)
|
||||
{
|
||||
request->req_flags &= ~req_blocking;
|
||||
tdbb->tdbb_flags |= TDBB_sys_error;
|
||||
|
||||
if (punt) {
|
||||
|
Loading…
Reference in New Issue
Block a user