checkpoitn a little sync work

This commit is contained in:
dwight
2009-11-28 11:50:46 -05:00
parent fbda5ee9bf
commit 8a26ff4f8d
5 changed files with 74 additions and 45 deletions

View File

@@ -49,7 +49,7 @@ namespace mongo {
bool autoresync = false;
/* we use new here so we don't have to worry about destructor orders at program shutdown */
boost::recursive_mutex &dbMutex( *(new boost::recursive_mutex) );
MongoMutex &dbMutex( *(new MongoMutex) );
MutexInfo dbMutexInfo;
string dbExecCommand;