don't allow dropping an index $ collection
http://jira.mongodb.org/browse/SERVER-217
This commit is contained in:
@@ -471,7 +471,7 @@ namespace mongo {
|
||||
while ( d.moreJSObjs() ) {
|
||||
BSONObj js = d.nextJsObj();
|
||||
|
||||
theDataFileMgr.insert(ns, js);
|
||||
theDataFileMgr.insert(ns, js, false);
|
||||
logOp("i", ns, js);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user