summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/validate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-1/+1
* SERVER-25798 return appropriate views error when validating a viewKyle Suarez2016-08-291-0/+5
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-2/+11
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-1/+1
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-1/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-1/+1
* SERVER-7326 Add full validation of all index typesRobert Guo2016-04-131-4/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-22588 make validate command work in a sharded collectionRobert Guo2016-04-121-0/+9
* Revert "SERVER-22588 make validate command work in a sharded collection"Ian Whalen2016-04-121-9/+0
* SERVER-22588 make validate command work in a sharded collectionRobert Guo2016-04-121-0/+9
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-6/+11
* Revert "SERVER-22234 The Validate Command Should Work with failIndexKeyTooLong"Robert Guo2016-02-091-11/+6
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-6/+11
* Revert "SERVER-22234 The Validate Command Should Work with failIndexKeyTooLong"Robert Guo2016-02-091-5/+5
* Revert "SERVER-22234 add tests"Robert Guo2016-02-091-6/+1
* add testsRobert Guo2016-02-091-1/+6
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-5/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-68/+74
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-1/+6
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-2/+3
* SERVER-17481 validate should call into WT_SESSION::verify()Mathias Stearn2015-03-061-3/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-9/+3
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14407 delete runner.hDavid Storch2014-07-231-1/+0
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-14069 all killCurrentOp goes through a nice ifaceHari Khalsa2014-06-061-1/+0
* SERFER-14111 logging cleanup - removed MONGO_TLOGBenety Goh2014-06-031-1/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+1
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-3/+2
* SERVER-13639: small cleaning of Extent headerEliot Horowitz2014-04-291-1/+0
* SERVER-13641: add methods to transaction to check if an op is killedEliot Horowitz2014-04-291-1/+4
* SERVER-13638: remove unneeded NamespaceDetails includesEliot Horowitz2014-04-211-1/+0
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-2/+1
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+3
* SERVER-13084: move validate down a levelEliot Horowitz2014-04-141-324/+16
* SERVER-13084: remove some magic DiskLoc callsEliot Horowitz2014-04-101-1/+1
* SERVER-13084: remove DiskLoc::drecEliot Horowitz2014-04-101-1/+1
* SERVER-13084: const work for NamespaceDetails to make it clear where more wor...Eliot Horowitz2014-04-031-1/+1
* SERVER-11643: remove BSONObj::makeEliot Horowitz2014-04-031-1/+1
* SERVER-10673 don't allow validate(true)Asya Kamsky2014-02-121-0/+6