summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/validate_adaptor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68259 Introduce `NonConformantBSON` error code to differentiate new in...Yuhong Zhang2022-07-261-0/+1
* SERVER-57127 ValidateAdaptor::validateIndexKeyCount() accepts OperationContextBenety Goh2021-06-041-1/+3
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-261-7/+3
* SERVER-50088 Avoid reporting duplicate multikey errors when there are index i...Faustoleyva542020-08-071-8/+6
* SERVER-46147: Update repair to fix multikey errors without performing an inde...Faustoleyva542020-07-281-1/+2
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-1/+1
* SERVER-38020 Log progress for record store and index traversal during collect...Evgeni Dobranov2019-10-081-0/+8
* SERVER-43711 ValidateAdaptor::validateIndexKeyCount should not compare in-mem...Dianna Hohensee2019-10-041-10/+9
* SERVER-42974 Validate should work with KeyString instead of BSON where possibleGregory Wlodarek2019-10-011-1/+1
* SERVER-42357 Periodically release locks during collection validation and chec...Gregory Wlodarek2019-09-131-24/+15
* SERVER-29474 Fix ODR violations from anonymous namespace in headers.ADAM David Alan Martin2019-08-231-6/+2
* SERVER-42226 Use the maxValidateMBperSec server parameter to throttle collect...Gregory Wlodarek2019-08-221-11/+14
* SERVER-42966 Remove references from helper classes for collection validation ...Gregory Wlodarek2019-08-221-17/+11
* SERVER-41811 Deduplicate CollectionValidation::_genericRecordStoreValidate an...Gregory Wlodarek2019-08-221-0/+1
* SERVER-42222 Move data cursors for collection validation to the start of coll...Daniel Solnik2019-08-161-0/+113