add _id to system. collections if they are legal client namespaces

This commit is contained in:
Eliot Horowitz
2010-02-07 02:04:19 -05:00
parent 4afc973c3e
commit df9e034ad3
2 changed files with 2 additions and 4 deletions

View File

@@ -186,9 +186,6 @@ namespace mongo {
}
if ( thisTime.size() > 0 && dbMutex.getState() >= 0 )
db->ensureIndex( coll, BSON( "_id" << 1 ) , true );
// --- remove things from scope that were removed
list<string> toremove;