summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_test_fixture.cpp
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2016-03-14 19:25:23 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2016-03-14 19:25:23 -0400
commit03918a5cd5314421c72a4aa83b35fff4951c4789 (patch)
treee7c6117fa9eec649f81ab245b1f9f31bb0d0115d /src/mongo/db/query/query_planner_test_fixture.cpp
parent50f37a888d2d4f0a53196648b4ef9ada4a039be9 (diff)
downloadmongo-03918a5cd5314421c72a4aa83b35fff4951c4789.tar.gz
SERVER-23078 Move MultikeyPaths using declaration to its own file.
Diffstat (limited to 'src/mongo/db/query/query_planner_test_fixture.cpp')
-rw-r--r--src/mongo/db/query/query_planner_test_fixture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/query_planner_test_fixture.cpp b/src/mongo/db/query/query_planner_test_fixture.cpp
index 5fe406c0a95..0ea798d2afb 100644
--- a/src/mongo/db/query/query_planner_test_fixture.cpp
+++ b/src/mongo/db/query/query_planner_test_fixture.cpp
@@ -105,7 +105,7 @@ void QueryPlannerTest::addIndex(BSONObj keyPattern, MatchExpression* filterExpr)
BSONObj()));
}
-void QueryPlannerTest::addIndex(BSONObj keyPattern, IndexEntry::MultikeyPaths multikeyPaths) {
+void QueryPlannerTest::addIndex(BSONObj keyPattern, MultikeyPaths multikeyPaths) {
invariant(multikeyPaths.size() == static_cast<size_t>(keyPattern.nFields()));
const bool multikey =