Skip to content

Commit 039c7e3

Browse files
committed
Correction for #8202.
1 parent 3505a5e commit 039c7e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/jrd/SystemTriggers.epp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,8 +745,7 @@ void beforeDeleteRelationField(thread_db* tdbb, Record* record)
745745
AutoCacheRequest request3(tdbb, request3CacheId);
746746

747747
FOR (REQUEST_HANDLE request3 TRANSACTION_HANDLE transaction)
748-
IND IN RDB$INDICES
749-
CROSS RCL IN RDB$RELATION_CONSTRAINTS
748+
RCL IN RDB$RELATION_CONSTRAINTS
750749
CROSS CHK IN RDB$CHECK_CONSTRAINTS
751750
CROSS DEP IN RDB$DEPENDENCIES
752751
WITH RCL.RDB$RELATION_NAME = relationName.c_str() AND

0 commit comments

Comments
 (0)