summaryrefslogtreecommitdiff
path: root/src/mongo/db/repair_database.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+8
* SERVER-20507 Make Database objects iterableMathias Stearn2015-09-181-5/+1
* SERVER-20213 fixed lintBenety Goh2015-09-171-1/+1
* SERVER-20213 Repair must make majority reads wait for complete visibilityMathias Stearn2015-09-171-14/+28
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-1/+1
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-158/+159
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-7/+6
* SERVER-18227 Add a mechanism to disable document validation and start using itMathias Stearn2015-05-081-1/+2
* Better repair for WTMathias Stearn2015-01-151-6/+14
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-16502: open database after repair is doneScott Hernandez2015-01-021-7/+20
* SERVER-16502: don't init Collections lazilyScott Hernandez2015-01-021-1/+1
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-0/+223
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-476/+0
* SERVER-13635: remove all non storage callers to flushAllEliot Horowitz2014-06-181-2/+3
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+1
* SERVER-13797 Remove Client::getContext and relatedKaloian Manassiev2014-06-101-3/+3
* SERVER-13961 Remove all 'checking' variants of dbHolderKaloian Manassiev2014-06-021-4/+10
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+1
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+1
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-0/+1
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-151-4/+4
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-3/+3
* SERVER-13922 remove dbtemprelease from non-repl remaining spotsHari Khalsa2014-05-141-1/+0
* SERVER-13643 Plumb TransactionExperiment through repairDatabaseMathias Stearn2014-04-301-18/+20
* SERVER-13739: don't delete new files until as late as possible during repairEliot Horowitz2014-04-301-6/+17
* SERVER-13641 move dur above index layerHari Khalsa2014-04-291-1/+1
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-3/+5
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-3/+0
* SERVER-13084: move iterator into record layerEliot Horowitz2014-04-101-3/+2
* check for interrupt in outer loop of repair commandEric Milkie2014-03-101-0/+2
* SERVER-8412 clean up intmax_tEric Milkie2014-02-191-5/+5
* SERVER-8412: fix repair database failure cleanupEliot Horowitz2014-02-191-7/+35
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-0/+428