summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/validate.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-42207 Some style and code cleanup around the collection validation codeDianna Hohensee2019-07-161-21/+27
* SERVER-41888: Disallow validate to accept a read concern or afterClusterTimeLingzhi Deng2019-07-081-0/+9
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+1
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-261-5/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-2/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40958 Deprecate the 'scandata' argument in 'validate', update correspo...Gregory Noma2019-05-301-8/+9
* SERVER-30356 Improve error reporting for validationGregory Wlodarek2019-04-291-0/+2
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-3/+2
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-2/+3
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-3/+2
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-2/+3
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-3/+2
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36444 Skip validation for $** multikey metadata index entriesJames Wahlin2018-09-121-25/+3
* SERVER-35131 Remove system.namespaces and system.indexes-specific UUID handli...Audrey Fang2018-07-031-11/+5
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-17/+9
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-2/+2
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-231-12/+5
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-10/+2
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-6/+6
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-241-1/+1
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-6/+7
* SERVER-32255 Ensure UUIDs exist for local collections on ShardServersMaria van Keulen2018-01-041-13/+0
* SERVER-32126 check UUID in validateKevin Albertson2017-12-181-0/+45
* SERVER-30931: Remove public facing component of collection validate `backgrou...Daniel Gottlieb2017-09-131-6/+5
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30352 Add a new class that will keep track of the index inconsistencie...Gregory Wlodarek2017-08-091-2/+3
* SERVER-30330 Update ValidateCmd's base class to be BasicCommandGregory Wlodarek2017-07-261-17/+25
* SERVER-30322 Queue validations for the same collectionGregory Wlodarek2017-07-261-0/+34
* SERVER-30317 Add the background flag to the validate commandGregory Wlodarek2017-07-261-1/+28
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-7/+7
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-1/+1