summaryrefslogtreecommitdiff
path: root/src/mongo/db/repair.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63612 Execute second phase of two-phase index drop immediately for sta...Dianna Hohensee2022-06-031-1/+9
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-11/+9
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-2/+2
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-1/+0
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-091-3/+3
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-7/+10
* SERVER-43810 Remove unnecessary MustDowngrade error catch case in repairDatabaseGabriel Marks2021-10-221-5/+2
* 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