summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/plan_cache_commands_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-12526 fold planCacheDrop into planCacheClearBenety Goh2014-02-051-13/+19
* SERVER-12358 added plan cache loggingBenety Goh2014-01-241-1/+1
* SERVER-12372 added plan stats for all solutions and feedback to planCacheList...Benety Goh2014-01-211-8/+23
* SERVER-8871 admin hintsBenety Goh2014-01-151-49/+22
* SERVER-5470 updated plan cache commands per updated specBenety Goh2014-01-151-451/+89
* SERVER-12321 fully normalize in canonical queryDavid Storch2014-01-141-29/+29
* SERVER-5470 projection support for planCacheGenerateKey command. implemented ...Benety Goh2014-01-101-0/+5
* SERVER-5470 extended plan cache to hold all solutons from planning processBenety Goh2014-01-081-48/+128
* Revert "SERVER-5470 extended plan cache to hold all solutons from planning pr...Benety Goh2014-01-071-118/+37
* SERVER-5470 extended plan cache to hold all solutons from planning processBenety Goh2014-01-071-37/+118
* SERVER-8871 derive plan cache key from query, sort and projectionBenety Goh2014-01-071-12/+12
* SERVER-5470 added plan cache DB commandsBenety Goh2013-12-311-0/+667