mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 22:03:04 +01:00
Misc
This commit is contained in:
parent
c7e8138850
commit
1d70a37bcf
@ -1466,8 +1466,7 @@ dsql_rel* METD_get_relation(dsql_req* request, const dsql_str* name)
|
|||||||
|
|
||||||
// Now see if it is in the database
|
// Now see if it is in the database
|
||||||
|
|
||||||
MemoryPool& pool =
|
MemoryPool& pool = permanent ? *dbb->dbb_pool : *tdsql->getDefaultPool();
|
||||||
permanent ? *dbb->dbb_pool : *tdsql->getDefaultPool();
|
|
||||||
|
|
||||||
dsql_rel* relation = NULL;
|
dsql_rel* relation = NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user