mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
Misc.
This commit is contained in:
parent
fcf5b55df1
commit
8e32f8f5f8
@ -2815,9 +2815,7 @@ void VIO_refetch_record(thread_db* tdbb, record_param* rpb, jrd_tra* transaction
|
||||
}
|
||||
|
||||
if (!(rpb->rpb_stream_flags & RPB_s_undo_data))
|
||||
{
|
||||
VIO_data(tdbb, rpb, tdbb->getRequest()->req_pool);
|
||||
}
|
||||
VIO_data(tdbb, rpb, tdbb->getDefaultPool());
|
||||
|
||||
// If record is present, and the transaction is read committed,
|
||||
// make sure the record has not been updated. Also, punt after
|
||||
|
Loading…
Reference in New Issue
Block a user