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

GTT related bugfix

This commit is contained in:
hvlad 2007-01-27 15:40:12 +00:00
parent 71f8c047be
commit 3843604cd0

View File

@ -6047,6 +6047,8 @@ static void release_attachment(Attachment* attachment)
}
#ifdef SUPERSERVER
if (dbb->dbb_relations)
{
vec<jrd_rel*>& rels = *dbb->dbb_relations;
for (size_t i = 1; i < rels.count(); i++)
{
@ -6057,6 +6059,7 @@ static void release_attachment(Attachment* attachment)
relation->delPages(tdbb);
}
}
}
#endif
if (attachment->att_event_session)