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

Corrected the returned error code.

This commit is contained in:
dimitr 2005-04-25 19:45:26 +00:00
parent 7964422873
commit 3cca73bdb0

View File

@ -2569,7 +2569,7 @@ void VIO_refetch_record(thread_db* tdbb, record_param* rpb,
(!VIO_chase_record_version(tdbb, rpb, NULL, transaction,
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);