Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-41965 Change repair to only rebuild indexes on necessary collections | Daniel Ernst | 2020-01-30 | 1 | -26/+0 |
| | |||||
* | SERVER-44904 startup recovery should not delete corrupt docs while ↵ | Eric Milkie | 2020-01-06 | 1 | -1/+5 |
| | | | | rebuilding unfinished indexes | ||||
* | SERVER-44276: Change storage engine catalog map to be keyed by RecordId ↵ | Daniel Gottlieb | 2019-11-06 | 1 | -1/+2 |
| | | | | instead of Namespace. | ||||
* | SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntry | Xiangyu Yao | 2019-06-28 | 1 | -4/+5 |
| | |||||
* | SERVER-39338 Remove `stdx/functional.h` | ADAM David Alan Martin | 2019-06-10 | 1 | -2/+2 |
| | |||||
* | SERVER-40716 Refactor catalog initialization logic on startup | Xiangyu Yao | 2019-06-07 | 1 | -7/+1 |
| | |||||
* | SERVER-39515 Remove DatabaseCatalogEntry | Xiangyu Yao | 2019-04-10 | 1 | -3/+0 |
| | |||||
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -1/+0 |
| | | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | ||||
* | SERVER-39086 Refactor startup index builds to use the IndexBuildsCoordinator | Gregory Wlodarek | 2019-02-13 | 1 | -6/+3 |
| | |||||
* | SERVER-39037 Refactor check whether a replica set node is running in ↵ | Gregory Wlodarek | 2019-01-25 | 1 | -2/+11 |
| | | | | standalone mode | ||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -26/+28 |
| | |||||
* | SERVER-35112 Remove MMAPv1 code | Geert Bosch | 2018-07-06 | 1 | -5/+1 |
| | |||||
* | SERVER-30081: Run storage recovery at startup. | Daniel Gottlieb | 2017-08-15 | 1 | -0/+32 |
| | |||||
* | SERVER-27938 Rename all OperationContext variables to opCtx | Maria van Keulen | 2017-03-07 | 1 | -1/+1 |
| | | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo. | ||||
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -15/+14 |
| | |||||
* | SERVER-16502: open database after repair is done | Scott Hernandez | 2015-01-02 | 1 | -0/+5 |
| | |||||
* | SERVER-16173 Rewrite repair for KVEngines | Mathias Stearn | 2014-12-08 | 1 | -0/+45 |
| | |||||
* | SERVER-13635: abstract storagesize per db for listDatabases | Eliot Horowitz | 2014-10-11 | 1 | -44/+0 |
| | |||||
* | SERVER-13635: move dropDatabase real work to StorageEngine | Eliot Horowitz | 2014-08-05 | 1 | -3/+0 |
| | |||||
* | SERVER-13635: remove path concept from DatabaseHolder, and move repair and ↵ | Eliot Horowitz | 2014-06-18 | 1 | -7/+0 |
| | | | | listDatabase into storageEngine | ||||
* | SERVER-13641 rename TransactionExperiment to OperationContext | Hari Khalsa | 2014-05-15 | 1 | -2/+2 |
| | |||||
* | SERVER-13643 Plumb TransactionExperiment through repairDatabase | Mathias Stearn | 2014-04-30 | 1 | -1/+3 |
| | |||||
* | SERVER:8412: re-write repairDatabase to use new constructs | Eliot Horowitz | 2014-02-18 | 1 | -0/+52 |
to make clean, also fix Database::createColection |