summaryrefslogtreecommitdiff
path: root/src/mongo/db/repair.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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