diff options
author | Benety Goh <benety@mongodb.com> | 2014-01-31 11:31:48 -0500 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2014-02-05 15:34:25 -0500 |
commit | 4bd3299bc5de987f61098135171692e6f39e725c (patch) | |
tree | d3d9767b3ed2da4452f9870f371984df24ac0f13 /src/mongo/s/commands | |
parent | 3c577a31cbdbb2722ebc2dd71c64e5ed2aab5f0f (diff) | |
download | mongo-4bd3299bc5de987f61098135171692e6f39e725c.tar.gz |
SERVER-12526 fold planCacheDrop into planCacheClear
Diffstat (limited to 'src/mongo/s/commands')
-rw-r--r-- | src/mongo/s/commands/cluster_plan_cache_cmd.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mongo/s/commands/cluster_plan_cache_cmd.cpp b/src/mongo/s/commands/cluster_plan_cache_cmd.cpp index be041dd6cc8..4596bee27d7 100644 --- a/src/mongo/s/commands/cluster_plan_cache_cmd.cpp +++ b/src/mongo/s/commands/cluster_plan_cache_cmd.cpp @@ -166,12 +166,7 @@ namespace mongo { new ClusterPlanCacheCmd( "planCacheClear", - "Drops all cached queries in a collection.", - ActionType::planCacheWrite ); - - new ClusterPlanCacheCmd( - "planCacheDrop", - "Drops query shape from plan cache.", + "Drops one or all cached queries in a collection.", ActionType::planCacheWrite ); new ClusterPlanCacheCmd( |