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

A quick fix for the bugcheck appeared in test bugs.core_195.

This commit is contained in:
dimitr 2013-07-15 13:44:47 +00:00
parent 3c090a2629
commit 31b4f14055

View File

@ -4485,6 +4485,9 @@ static UndoDataRet get_undo_data(thread_db* tdbb, jrd_tra* transaction,
if (!transaction->tra_save_point)
return udNone;
if (rpb->rpb_stream_flags & RPB_s_refetch)
return udNone;
VerbAction* action = transaction->tra_save_point->sav_verb_actions;
for (; action; action = action->vct_next)