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

Fixed bug CORE-5694 : Duplicate values in columns with a unique constraint

This commit is contained in:
hvlad 2018-01-09 12:31:05 +02:00
parent 0d8ee0e1b3
commit 0166b875de

View File

@ -613,7 +613,7 @@ void VIO_backout(thread_db* tdbb, record_param* rpb, const jrd_tra* transaction)
if (rpb->rpb_flags & rpb_delta)
rpb->rpb_prior = data;
}
gcLockGuard.release();
delete_record(tdbb, rpb, 0, NULL);
tdbb->bumpRelStats(RuntimeStatistics::RECORD_BACKOUTS, relation->rel_id);