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

Correction.

This commit is contained in:
asfernandes 2015-01-12 00:21:07 +00:00
parent c4228eb623
commit a04966874e

View File

@ -843,7 +843,7 @@ bool VIO_chase_record_version(thread_db* tdbb, record_param* rpb,
if (rpb->rpb_b_page != temp.rpb_b_page || rpb->rpb_b_line != temp.rpb_b_line ||
rpb->rpb_f_page != temp.rpb_f_page || rpb->rpb_f_line != temp.rpb_f_line ||
(rpb->rpb_flags != temp.rpb_flags &&
!(state == tra_dead && rpb->rpb_flags == (temp.rpb_flags | rpb_gc_active)))
!(state == tra_dead && rpb->rpb_flags == (temp.rpb_flags | rpb_gc_active))))
{
CCH_RELEASE(tdbb, &rpb->getWindow(tdbb));