summaryrefslogtreecommitdiff
path: root/src/mongo/db/repair_database.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-26/+0
|
* SERVER-44904 startup recovery should not delete corrupt docs while ↵Eric Milkie2020-01-061-1/+5
| | | | rebuilding unfinished indexes
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId ↵Daniel Gottlieb2019-11-061-1/+2
| | | | instead of Namespace.
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-4/+5
|
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
|
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-7/+1
|
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-3/+0
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-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 IndexBuildsCoordinatorGregory Wlodarek2019-02-131-6/+3
|
* SERVER-39037 Refactor check whether a replica set node is running in ↵Gregory Wlodarek2019-01-251-2/+11
| | | | standalone mode
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
|
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-5/+1
|
* SERVER-30081: Run storage recovery at startup.Daniel Gottlieb2017-08-151-0/+32
|
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-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 reflowMark Benvenuto2015-06-201-15/+14
|
* SERVER-16502: open database after repair is doneScott Hernandez2015-01-021-0/+5
|
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-0/+45
|
* SERVER-13635: abstract storagesize per db for listDatabasesEliot Horowitz2014-10-111-44/+0
|
* SERVER-13635: move dropDatabase real work to StorageEngineEliot Horowitz2014-08-051-3/+0
|
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and ↵Eliot Horowitz2014-06-181-7/+0
| | | | listDatabase into storageEngine
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
|
* SERVER-13643 Plumb TransactionExperiment through repairDatabaseMathias Stearn2014-04-301-1/+3
|
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-0/+52
to make clean, also fix Database::createColection