summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/validate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-3/+3
* SERVER-74828 Ensure parseResourcePattern creates NamespaceString with tenantIdjannaerin2023-03-221-1/+1
* SERVER-74895 Expect command errors in validation when querying $collStatsDianna Hohensee2023-03-161-1/+3
* SERVER-74632 Log aggregation results when validate commands fails due to a va...Dianna Hohensee2023-03-071-0/+74
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-02-161-2/+3
* SERVER-70743 Make validate command tenant awarejannaerin2022-10-211-4/+8
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-6/+11
* SERVER-68688 Rename `checkBSONConsistency` option to `checkBSONConformance`Yuhong Zhang2022-08-251-14/+14
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-2/+2
* SERVER-67520 Add `checkBSONConsistency` option to the validate commandYuhong Zhang2022-07-111-12/+52
* SERVER-67520 Update validation commentsYuhong Zhang2022-07-111-0/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65918 Remove references to `ephemeralForTest`Gregory Noma2022-05-021-9/+0
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-2/+2
* SERVER-61509 Avoid repairing read-only databasesDaniel Gómez Ferro2021-11-301-2/+11
* SERVER-60179 The 'validate' command should return 'InvalidOptions' instead of...Gregory Wlodarek2021-11-011-6/+6
* SERVER-59805 The 'validate' command detects invalid index optionsGregory Wlodarek2021-09-241-0/+9
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-1/+0
* SERVER-53675 Allow validate to fix up multikey metadataLouis Williams2021-01-291-2/+19
* SERVER-52609 Append corruptRecords to validate results as an arrayGregory Noma2021-01-131-1/+1
* SERVER-47681 do not ignore prepare conflicts on background validationsEric Milkie2020-09-251-1/+1
* SERVER-49687 Add flag for validate to repair data in standalone modeShin Yee Tan2020-08-071-4/+31
* SERVER-49103 Validate repair mode should fix up missing and extra index entriesShin Yee Tan2020-08-061-21/+1
* SERVER-49341 Validate repair mode should delete records that fail BSON valida...Shin Yee Tan2020-07-201-0/+6
* SERVER-49340 Add repair mode to validate for startup --repairShin Yee Tan2020-07-141-1/+6
* SERVER-24165 Validate should report records with invalid BSONShin Yee Tan2020-07-091-0/+7
* SERVER-44650 Add new test mode enforeFastCount to foreground validateGregory Noma2020-05-211-6/+19
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47754 Allow background validation to run on storage engines that do no...Gregory Wlodarek2020-04-241-14/+13
* SERVER-47658: Improve validate diagnostics, with a focus on multikey failures.Daniel Gottlieb2020-04-241-0/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+6
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-1/+4
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-3/+3
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43644 Update 'validate' command help messageGregory Wlodarek2019-10-021-3/+6
* SERVER-42312 disallow validate cmd during rollback and recovering statesPavithra Vetriselvan2019-09-241-0/+4
* SERVER-43574 validate cmd must open oplog collection cursors before accessing...Dianna Hohensee2019-09-241-1/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-43134 Only run background validation on check-pointed tablesGregory Wlodarek2019-09-161-5/+0
* SERVER-42357 Periodically release locks during collection validation and chec...Gregory Wlodarek2019-09-131-10/+4
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-30357 Allow users to run the validate cmd with {background:true}Dianna Hohensee2019-09-051-10/+15
* Revert "SERVER-30357 Allow users to run the validate cmd with {background:true}"Dianna Hohensee2019-09-051-15/+10
* SERVER-30357 Allow users to run the validate cmd with {background:true}Dianna Hohensee2019-09-051-10/+15
* SERVER-42978 Move validate lock acquisition from the cmd body into the helper...Dianna Hohensee2019-08-231-41/+11
* SERVER-42768 uassert if the storage engine does not support checkpoints when ...Gregory Wlodarek2019-08-161-3/+12
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-42180 Move the CollectionImpl::validate logic out of the Collection cl...Gabe Villasana2019-07-241-2/+3