Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-org structure and catalog directories | Eliot Horowitz | 2014-01-14 | 1 | -127/+0 |
| | |||||
* | SERVER-11419 clientcursors are no longer deleted out from underneath holder | Hari Khalsa | 2013-10-31 | 1 | -3/+1 |
| | |||||
* | SERVER-9516 Stop doing system.users index upgrade implicitly. | Andy Schwerin | 2013-10-31 | 1 | -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 around | Eliot Horowitz | 2013-10-08 | 1 | -0/+46 |
| | |||||
* | SERVER-10927 RS hosts drop temp collections on promotion to master | Mathias Stearn | 2013-10-07 | 1 | -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 style | Shaun Verch | 2013-10-04 | 1 | -1/+3 |
| | |||||
* | SERVER-8886 Add OpenSSL exception to files in src/mongo/db | Ian Whalen | 2013-09-06 | 1 | -0/+12 |
| | |||||
* | SERVER-6405: lots of prep work for Collection class | Eliot Horowitz | 2013-07-18 | 1 | -0/+73 |
splitting pdfile into more components added ExtentManager which should be the only way to do DiskLoc -> Record |