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:
parent
3505a5eced
commit
039c7e3e92
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user