summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/validate_state.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70202 move fcv initialization check into featureFlag::isEnabled()Jiawei Yang2023-04-251-3/+2
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-02-161-11/+5
* SERVER-72677 Surface index validation errors arising from WT::verifyDan Larkin-York2023-01-311-0/+8
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-051-3/+9
* Revert "SERVER-71061 Added column-store index validation"auto-revert-processor2023-01-051-9/+3
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-041-3/+9
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-10-061-4/+2
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-191-2/+4
* SERVER-67383 Use `CollectionNamespaceOrUUIDLock` to lock collections via UUIDGregory Noma2022-09-161-1/+1
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-5/+0
* SERVER-68689 Switch background validation to use checkpoint cursors againYuhong Zhang2022-09-061-4/+2
* SERVER-68259 Introduce `NonConformantBSON` error code to differentiate new in...Yuhong Zhang2022-07-261-6/+17
* SERVER-67520 Add `checkBSONConsistency` option to the validate commandYuhong Zhang2022-07-111-1/+11
* SERVER-66983 Check version field on time-series bucket collections in validationRichard Hausman2022-07-061-0/+8
* SERVER-59805 The 'validate' command detects invalid index optionsGregory Wlodarek2021-09-241-0/+4
* SERVER-53635 The validate command reports documents not adhering to collectio...Gregory Wlodarek2021-06-031-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