summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_plan_cache_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-6/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+6
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-6/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-4/+4
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-2/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-131-2/+7
* SERVER-29461 Filter command output to avoid duplicating generic reply fieldsMathias Stearn2017-06-131-1/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-2/+2
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-3/+1
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-4/+1
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-1/+4
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-4/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-231-3/+2
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-4/+2
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-1/+5
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-1/+1
* SERVER-23889 Make ClusterPlanCache* commands correctly validate the namespaceKaloian Manassiev2016-06-031-4/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-1/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-114/+110
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-1/+1
* SERVER-18292 remove global Strategy instanceAdam Midvidy2015-06-051-1/+1
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-4/+2
* SERVER-17817 Remove ClientInfo class.Andy Schwerin2015-04-161-1/+0
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-15233 allow plan cache commands to run on secondaries is slaveOk expli...David Storch2014-09-251-2/+6
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-5/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-4/+5
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-2/+2
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-301-4/+0
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-3/+1
* SERVER-12526 fold planCacheDrop into planCacheClearBenety Goh2014-02-051-6/+1
* SERVER-8871 admin hintsBenety Goh2014-01-151-0/+4
* SERVER-5470 updated plan cache commands per updated specBenety Goh2014-01-151-37/+3
* SERVER-5470 enable mongos plan cache commands in pass through mode.Benety Goh2014-01-121-0/+217