8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
This commit is contained in:
Dmitry Yemanov 2024-06-30 11:11:58 +03:00
parent 97358d012c
commit 14431af7cb

View File

@ -4071,7 +4071,7 @@ void jrd_tra::checkBlob(thread_db* tdbb, const bid* blob_id, jrd_fld* fld, bool
if (rel_id == 0 ||
(tra_flags & TRA_no_blob_check) ||
(tra_attachment->locksmith(tdbb, SELECT_ANY_OBJECT_IN_DATABASE)))
tra_attachment->locksmith(tdbb, SELECT_ANY_OBJECT_IN_DATABASE))
{
return;
}