mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:03:02 +01:00
Fixed another bug reported in fb-devel.
This commit is contained in:
parent
cae4ebab37
commit
bb34500a8b
@ -3331,7 +3331,6 @@ void DYN_define_relation( Global* gbl, const UCHAR** ptr)
|
|||||||
|
|
||||||
SSHORT old_id = id;
|
SSHORT old_id = id;
|
||||||
id = drq_l_rel_info2;
|
id = drq_l_rel_info2;
|
||||||
const rel_t rel_type = get_relation_type(tdbb, gbl, REL.RDB$RELATION_NAME);
|
|
||||||
check_relation_temp_scope(tdbb, gbl, REL.RDB$RELATION_NAME, rel_type);
|
check_relation_temp_scope(tdbb, gbl, REL.RDB$RELATION_NAME, rel_type);
|
||||||
id = old_id;
|
id = old_id;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user