summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/validate_state.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-03-161-11/+5
* SERVER-72677 Surface index validation errors arising from WT::verifyDan Larkin-York2023-02-101-0/+8
* SERVER-59805 The 'validate' command detects invalid index optionsGregory Wlodarek2021-10-041-0/+4
* SERVER-53635 The validate command reports documents not adhering to collectio...Gregory Wlodarek2021-06-101-0/+9
* SERVER-31540 Remove usages of boost::optional<UUID> from the StorageInterfaceKaloian Manassiev2021-02-241-3/+5
* SERVER-53675 Allow validate to fix up multikey metadataLouis Williams2021-01-291-2/+6
* SERVER-50697 Do not enforce fast count on 'config.system.indexBuilds'Gregory Wlodarek2020-11-111-3/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-47681 do not ignore prepare conflicts on background validationsEric Milkie2020-09-251-4/+4
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-49340 Add repair mode to validate for startup --repairShin Yee Tan2020-07-141-0/+6
* SERVER-48578 Skip fast count enforcement on the oplog when running validate w...Gregory Noma2020-06-301-1/+1
* SERVER-44650 Add new test mode enforeFastCount to foreground validateGregory Noma2020-05-211-9/+12
* SERVER-47658: Improve validate diagnostics, with a focus on multikey failures.Daniel Gottlieb2020-04-241-0/+6
* SERVER-46666 Add extra validate logging for unit tests for debug proposesDianna Hohensee2020-03-091-1/+18
* SERVER-46287: Switched background validation to use PIT read instead of check...Andrew Chen2020-03-061-0/+1
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-4/+9
* SERVER-43817 Foreground collection validation cmd should periodically yield c...Gregory Wlodarek2019-10-101-14/+32
* SERVER-43823 Fail background validation if restartCatalog runs while validate...Gregory Wlodarek2019-10-071-0/+3
* SERVER-43777 Validate cmd with {background:true} should not yield checkpoint ...Dianna Hohensee2019-10-041-4/+2
* SERVER-43321 Remove const from bool return type in ValidateStateGregory Wlodarek2019-09-131-2/+2
* SERVER-42357 Periodically release locks during collection validation and chec...Gregory Wlodarek2019-09-131-0/+178