summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/plan_cache_commands_test.cpp
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2014-01-23 17:11:50 -0500
committerBenety Goh <benety@mongodb.com>2014-01-24 10:23:35 -0500
commit1d2662097d056641a544cfc84e91ef2f1b86623e (patch)
treefbae0e43678b98bd08af48f541e31bc78b0d87d1 /src/mongo/db/commands/plan_cache_commands_test.cpp
parent5762995d5ef67f32149f3b6cb471a052ad7fe1ba (diff)
downloadmongo-1d2662097d056641a544cfc84e91ef2f1b86623e.tar.gz
SERVER-12358 added plan cache logging
Diffstat (limited to 'src/mongo/db/commands/plan_cache_commands_test.cpp')
-rw-r--r--src/mongo/db/commands/plan_cache_commands_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/plan_cache_commands_test.cpp b/src/mongo/db/commands/plan_cache_commands_test.cpp
index 3f6d286e7ac..66d8a3c9c29 100644
--- a/src/mongo/db/commands/plan_cache_commands_test.cpp
+++ b/src/mongo/db/commands/plan_cache_commands_test.cpp
@@ -160,7 +160,7 @@ namespace {
ASSERT_EQUALS(getShapes(planCache).size(), 1U);
// Clear cache and confirm number of keys afterwards.
- ASSERT_OK(PlanCacheClear::clear(&planCache));
+ ASSERT_OK(PlanCacheClear::clear(ns, &planCache));
ASSERT_EQUALS(getShapes(planCache).size(), 0U);
}