summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/plan_cache_commands.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-2/+0
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-4/+3
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-3/+4
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-4/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-136/+135
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+6
* SERVER-15233 allow plan cache commands to run on secondaries is slaveOk expli...David Storch2014-09-251-0/+2
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-4/+12
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-5/+16
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-17/+5
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-5/+17
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-7/+2
* SERVER-12526 fold planCacheDrop into planCacheClearBenety Goh2014-02-051-21/+14
* SERVER-12358 added plan cache loggingBenety Goh2014-01-241-1/+1
* SERVER-8871 admin hintsBenety Goh2014-01-151-3/+3
* SERVER-5470 updated plan cache commands per updated specBenety Goh2014-01-151-122/+14
* SERVER-5470 added plan cache DB commandsBenety Goh2013-12-311-0/+282