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

Correction for #8202.

This commit is contained in:
Adriano dos Santos Fernandes 2024-08-05 22:45:51 -03:00
parent 3505a5eced
commit 039c7e3e92

View File

@ -745,8 +745,7 @@ void beforeDeleteRelationField(thread_db* tdbb, Record* record)
AutoCacheRequest request3(tdbb, request3CacheId);
FOR (REQUEST_HANDLE request3 TRANSACTION_HANDLE transaction)
IND IN RDB$INDICES
CROSS RCL IN RDB$RELATION_CONSTRAINTS
RCL IN RDB$RELATION_CONSTRAINTS
CROSS CHK IN RDB$CHECK_CONSTRAINTS
CROSS DEP IN RDB$DEPENDENCIES
WITH RCL.RDB$RELATION_NAME = relationName.c_str() AND