void ShardConnection::clearPool() {
    shardConnectionPool.clear();
    ClientConnections::threadInstance()->clearPool();
}
Example #2
0
 void ScopedDbConnection::clearPool() {
     pool.clear();
 }