Skip to content

Commit

Permalink
Correction for #8202.
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes committed Aug 6, 2024
1 parent 3505a5e commit 039c7e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/jrd/SystemTriggers.epp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 039c7e3

Please sign in to comment.