moving some globals into a common file
This commit is contained in:
@@ -186,7 +186,7 @@ namespace mongo {
|
||||
|
||||
}
|
||||
|
||||
if ( dbMutex.getState() > 0 )
|
||||
if ( dbMutex.getState() >= 0 )
|
||||
db->ensureIndex( coll, BSON( "_id" << 1 ) , true );
|
||||
|
||||
// --- remove things from scope that were removed
|
||||
|
||||
Reference in New Issue
Block a user