summaryrefslogtreecommitdiff
path: root/src/mongo/db/repair.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-12/+5
* SERVER-53675 Allow validate to fix up multikey metadataLouis Williams2021-01-291-1/+1
* SERVER-52609 Append corruptRecords to validate results as an arrayGregory Noma2021-01-131-1/+1
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-4/+4
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-47866 Secondary readers do not need to reacquire PBWM lock if there ar...Louis Williams2020-09-231-14/+1
* SERVER-50998 Remove getClusterTimeForReplicaSet()Kevin Pulo2020-09-171-2/+2
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-2/+2
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-7/+11
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+4
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-261-1/+8
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-2/+10
* SERVER-49807 Move onCommit KVDropPendingIdentReaper handling out of the Durab...Dianna Hohensee2020-08-101-4/+3
* SERVER-48050 FCV should be initialized before attempting to restart in-progre...Louis Williams2020-07-201-0/+266