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:
parent
0d8ee0e1b3
commit
0166b875de
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user