0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
David Storch
36ff260fe6 SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheListPlans'.
As an alternative, use the $planCacheStats aggregation
stage. This metadata source, when placed first in the
pipeline, returns one document per plan cache entry for a
particular collection. This data can then be filtered,
projected, grouped, or otherwise processed with the full
power of MQL.
2019-11-26 14:29:44 +00:00
Kevin Albertson
c556e37709 SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Kaloian Manassiev
3ed6635a5f SERVER-21050 Cleanup ReplSetTest
This is just a cleanup work to hide some of the private state of
ReplSetTest so it is easier to encapsulate and add new logic. Also enables
strict mode.
2015-12-08 13:05:00 -05:00
David Storch
22871dbd76 SERVER-16291 allow index filters commands to run on secondaries if slaveOk explicitly set to true 2014-11-24 11:52:08 -05:00
David Storch
77b0097099 SERVER-15233 allow plan cache commands to run on secondaries is slaveOk explicitly set to true 2014-09-25 18:08:57 -04:00