Example #1
0
 void release( const string& addr , DBClientBase * conn ) {
     shardConnectionPool.release( addr , conn );
 }
Example #2
0
 void release( const string& addr , DBClientBase * conn ) {
     conn->clearAuthenticationTable();
     shardConnectionPool.release( addr , conn );
 }