From 7b42fb9ded007e90bd4961c46afa046af92675a8 Mon Sep 17 00:00:00 2001 From: Ian Boros Date: Tue, 31 Jul 2018 13:32:15 -0400 Subject: SERVER-35333 caching plans for allPaths indexes --- src/mongo/db/query/query_planner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/query/query_planner.h') diff --git a/src/mongo/db/query/query_planner.h b/src/mongo/db/query/query_planner.h index ce11efaf7ba..88f8d551bad 100644 --- a/src/mongo/db/query/query_planner.h +++ b/src/mongo/db/query/query_planner.h @@ -97,7 +97,7 @@ public: */ static Status tagAccordingToCache(MatchExpression* filter, const PlanCacheIndexTree* const indexTree, - const std::map& indexMap); + const std::map& indexMap); }; } // namespace mongo -- cgit v1.2.1