From 1d2662097d056641a544cfc84e91ef2f1b86623e Mon Sep 17 00:00:00 2001 From: Benety Goh Date: Thu, 23 Jan 2014 17:11:50 -0500 Subject: SERVER-12358 added plan cache logging --- src/mongo/db/commands/plan_cache_commands_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/commands/plan_cache_commands_test.cpp') 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); } -- cgit v1.2.1