Skip to content

Commit d670ad6

Browse files
asfernandesdyemanov
authored andcommitted
Correction for #8202.
1 parent 2e094f7 commit d670ad6

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)