mirror of https://github.com/mongodb/mongo
Connection::initThread
This commit is contained in:
parent
792c7c775a
commit
503d45411b
|
|
@ -122,6 +122,7 @@ int mongo::Tool::main( int argc , char ** argv ){
|
|||
cerr << "connected to: " << _host << endl;
|
||||
}
|
||||
else {
|
||||
Connection::initThread();
|
||||
_conn = new DBDirectClient();
|
||||
_host = "DIRECT";
|
||||
static string myDbpath = getParam( "dbpath" );
|
||||
|
|
|
|||
Loading…
Reference in New Issue