mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 07:23:03 +01:00
Corrected the returned error code.
This commit is contained in:
parent
7964422873
commit
3cca73bdb0
@ -2569,7 +2569,7 @@ void VIO_refetch_record(thread_db* tdbb, record_param* rpb,
|
|||||||
(!VIO_chase_record_version(tdbb, rpb, NULL, transaction,
|
(!VIO_chase_record_version(tdbb, rpb, NULL, transaction,
|
||||||
tdbb->getDefaultPool(), false)))
|
tdbb->getDefaultPool(), false)))
|
||||||
{
|
{
|
||||||
ERR_post(isc_deadlock, isc_arg_gds, isc_update_conflict, 0);
|
ERR_post(isc_no_cur_rec, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
VIO_data(tdbb, rpb, tdbb->tdbb_request->req_pool);
|
VIO_data(tdbb, rpb, tdbb->tdbb_request->req_pool);
|
||||||
|
Loading…
Reference in New Issue
Block a user