Don't destroy db mutex

This commit is contained in:
Aaron
2009-01-29 17:26:07 -05:00
parent c00066302a
commit 1fe268276d
4 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ namespace mongo {
bool master = false; // true means keep an op log
extern int curOp;
boost::mutex dbMutex;
boost::mutex &dbMutex( *(new boost::mutex) );
MutexInfo dbMutexInfo;
//int dbLocked = 0;