8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00

Fixed another bug reported in fb-devel.

This commit is contained in:
dimitr 2006-08-25 05:42:11 +00:00
parent cae4ebab37
commit bb34500a8b

View File

@ -3331,7 +3331,6 @@ void DYN_define_relation( Global* gbl, const UCHAR** ptr)
SSHORT old_id = id;
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);
id = old_id;