Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/jrd/vio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6557,6 +6557,8 @@ static PrepareResult prepare_update(thread_db* tdbb, jrd_tra* transaction, TraNu

if (new_rpb)
{
new_rpb->rpb_flags &= ~rpb_delta;

// If both descriptors share the same record, there cannot be any difference.
// This trick is used by VIO_writelock(), but can be a regular practice as well.
if (new_rpb->rpb_address == temp->rpb_address)
Expand Down
Loading