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

Commented assertion to fix DEV_BUILD, to be reviewed by Vlad

This commit is contained in:
Alex Peshkoff 2018-08-29 18:57:58 +03:00
parent f97bb71781
commit d94d92bbec

View File

@ -160,7 +160,7 @@ void TRA_setup_request_snapshot(Jrd::thread_db* tdbb, Jrd::jrd_req* request, boo
if (org_request && org_request->req_transaction == transaction) if (org_request && org_request->req_transaction == transaction)
{ {
fb_assert(org_request->req_snapshot_owner); // fb_assert(org_request->req_snapshot_owner);
request->req_snapshot.m_owner = org_request->req_snapshot.m_owner; request->req_snapshot.m_owner = org_request->req_snapshot.m_owner;
return; return;
} }