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:
parent
71f8c047be
commit
3843604cd0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user