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

ported fix from vulcan

This commit is contained in:
alexpeshkoff 2006-01-16 16:46:40 +00:00
parent 448d14fbb0
commit 17fe0fbbec

View File

@ -2448,7 +2448,7 @@ static void clone_global_fields( qli_rel* target, qli_rel* source)
ON_ERROR
if (target->rel_database->dbb_meta_trans)
rollback_update(target->rel_database);
rollback_update((DBB) source->rel_database->dbb_meta_trans);
rollback_update(source->rel_database);
ERRQ_database_error(source->rel_database, gds_status);
END_ERROR;
}