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