Skip to content

Commit

Permalink
stopped adding system.users indexes to catalog twice #527
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Sep 24, 2013
1 parent 6f20fa4 commit aba13b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mongo/db/namespace_details.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ namespace mongo {
IndexedCollection(ns, options) {
BSONObj info = extendedSystemUsersIndexInfo(ns);
createIndex(info);
addIndexToCatalog(info);
}
SystemUsersCollection(const BSONObj &serialized) :
IndexedCollection(serialized) {
Expand Down

0 comments on commit aba13b4

Please sign in to comment.