mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Correction for my old commit (AV detected by tests bugs.core_3323, bugs.core_5645 and bugs.core_5972)
This commit is contained in:
parent
b318c4922a
commit
aa9ca93555
@ -1212,7 +1212,7 @@ string AlterEDSPoolSetNode::internalPrint(NodePrinter& printer) const
|
||||
|
||||
void AlterEDSPoolSetNode::execute(thread_db* tdbb, DsqlCompilerScratch* /*dsqlScratch*/, jrd_tra* /*transaction*/)
|
||||
{
|
||||
EDS::ConnectionsPool* pool = EDS::Manager::getConnPool(false);
|
||||
EDS::ConnectionsPool* pool = EDS::Manager::getConnPool(true);
|
||||
switch (m_param)
|
||||
{
|
||||
case POOL_SIZE:
|
||||
|
Loading…
Reference in New Issue
Block a user