summaryrefslogtreecommitdiff
path: root/src/mongo/db/database_holder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-127/+0
|
* SERVER-11419 clientcursors are no longer deleted out from underneath holderHari Khalsa2013-10-311-3/+1
|
* SERVER-9516 Stop doing system.users index upgrade implicitly.Andy Schwerin2013-10-311-2/+0
| | | | | | | | | | The right place to upgrade the admin.system.users indexes is during the explicit 2.4->2.6 upgrade process, not on opening the admin database as it was in the 2.2->2.4 upgrade process. Furthermore, since system indexes are only created on system collection creation, now, there's no need to check the auth schema version when creating indexes on admin.system.users. If the collection did not exist before, the schema version must be 2.6.
* SERVER-6405: remove dead code and move things aroundEliot Horowitz2013-10-081-0/+46
|
* SERVER-10927 RS hosts drop temp collections on promotion to masterMathias Stearn2013-10-071-2/+0
| | | | | | Non-replicated hosts still drop temp collections on startup. This is inappropriate for replica set members (and pure slaves) since it can lead to discrepancies between hosts.
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+3
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-0/+73
splitting pdfile into more components added ExtentManager which should be the only way to do DiskLoc -> Record