summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/plan_cache_commands.h
Commit message (Collapse)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 ↵Qingyang Chen2015-06-221-3/+4
| | | | | | StatusWith<unique_ptr> for ownership transfer" This reverts commit 3f6f66daac840fe2b2dc26eeeacbf015479567df.
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use ↵Qingyang Chen2015-06-221-4/+3
| | | | StatusWith<unique_ptr> for ownership transfer
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-136/+135
|
* SERVER-15860 Switch replication metadata ops to be replication-specific, ↵matt dannenberg2015-04-171-2/+6
| | | | rather than using commands
* SERVER-15233 allow plan cache commands to run on secondaries is slaveOk ↵David Storch2014-09-251-0/+2
| | | | explicitly set to true
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-4/+12
| | | | | | There are no functional changes in this commit, just preparation for the subsequent one, which will add operation context to the JS execution scope.
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-5/+16
| | | | | This is part of the changes to move LockState be part of OperationContext and not retrieved from TLS.
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-17/+5
| | | | This reverts commit 0672061deb58aac931912bed68d014247c581968.
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-5/+17
| | | | | This is part of the changes to move LockState be part of OperationContext and not retrieved from TLS.
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
|
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
| | | | | | | | | | | This is the result of the following seds and a few manual fixups, including removing the old run() and fixing the comments. git grep -l '\<run(const' | xargs sed -si -e 's/\brun(const/newRun(TransactionExperiment* txn, const/' git grep -l '\<run( const' | xargs sed -si -e 's/\brun( const/newRun(TransactionExperiment* txn, const/' git grep -l '\<newRun(' | xargs sed -si -e 's/\bnewRun(/run(/'
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-7/+2
| | | | | | This change removes all usages of LockStatus and pushes the lock acquisitions to be inside the respective commands. This is a refactoring on the way to per-document locking.
* 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