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:
parent
f97bb71781
commit
d94d92bbec
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user