mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Go back to using isc_deadlock error code - for compatibility with existing software
This commit is contained in:
parent
87e720b918
commit
230e6df4b1
@ -5808,7 +5808,8 @@ static int prepare_update( thread_db* tdbb,
|
||||
{
|
||||
tdbb->bumpRelStats(RuntimeStatistics::RECORD_CONFLICTS, relation->rel_id);
|
||||
|
||||
ERR_post(Arg::Gds(isc_update_conflict) <<
|
||||
ERR_post(Arg::Gds(isc_deadlock) <<
|
||||
Arg::Gds(isc_update_conflict) <<
|
||||
Arg::Gds(isc_concurrent_transaction) << Arg::Num(update_conflict_trans));
|
||||
}
|
||||
return PREPARE_CONFLICT;
|
||||
|
Loading…
Reference in New Issue
Block a user