8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 15:23:03 +01:00
This commit is contained in:
asfernandes 2008-02-22 02:51:37 +00:00
parent c7e8138850
commit 1d70a37bcf

View File

@ -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;