moving some globals into a common file
This commit is contained in:
@@ -55,10 +55,6 @@ namespace mongo {
|
||||
bool master = false; // true means keep an op log
|
||||
bool autoresync = false;
|
||||
|
||||
/* we use new here so we don't have to worry about destructor orders at program shutdown */
|
||||
MongoMutex &dbMutex( *(new MongoMutex) );
|
||||
// MutexInfo dbMutexInfo;
|
||||
|
||||
string dbExecCommand;
|
||||
|
||||
string bind_ip = "";
|
||||
|
||||
Reference in New Issue
Block a user