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

Fixed CORE-1205.

This commit is contained in:
dimitr 2007-04-13 12:10:41 +00:00
parent c31868ff95
commit 24c402dd31

View File

@ -3805,7 +3805,7 @@ void write_relations(void)
{
FOR (REQUEST_HANDLE req_handle5)
R IN RDB$RELATIONS WITH R.RDB$RELATION_NAME = X.RDB$RELATION_NAME
if (!X.RDB$RELATION_TYPE.NULL)
if (!R.RDB$RELATION_TYPE.NULL)
put_numeric (att_relation_type, R.RDB$RELATION_TYPE);
END_FOR;
ON_ERROR