summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_validation.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-02-161-1/+1
* SERVER-67520 Add `checkBSONConsistency` option to the validate commandYuhong Zhang2022-07-111-4/+11
* SERVER-67520 Update validation commentsYuhong Zhang2022-07-111-4/+0
* SERVER-59805 The 'validate' command detects invalid index optionsGregory Wlodarek2021-09-241-0/+5
* SERVER-53675 Allow validate to fix up multikey metadataLouis Williams2021-01-291-5/+12
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-0/+1
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-261-1/+1
* SERVER-49340 Add repair mode to validate for startup --repairShin Yee Tan2020-07-141-0/+12
* SERVER-44650 Add new test mode enforeFastCount to foreground validateGregory Noma2020-05-211-17/+19
* SERVER-46666 Add extra validate logging for unit tests for debug proposesDianna Hohensee2020-03-091-1/+2
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-3/+22
* SERVER-42357 Periodically release locks during collection validation and chec...Gregory Wlodarek2019-09-131-2/+2
* SERVER-42223 Use checkpoint cursors for collection validation when {backgroun...Dianna Hohensee2019-09-031-0/+5
* SERVER-42978 Move validate lock acquisition from the cmd body into the helper...Dianna Hohensee2019-08-231-2/+2
* SERVER-42222 Move data cursors for collection validation to the start of coll...Daniel Solnik2019-08-161-1/+4
* SERVER-42180 Move the CollectionImpl::validate logic out of the Collection cl...Gabe Villasana2019-07-241-0/+59