summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/process_interface/common_mongod_process_interface.cpp
diff options
context:
space:
mode:
authorDavid Storch <david.storch@mongodb.com>2022-07-14 18:09:12 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-14 19:16:56 +0000
commit5dfda9e29d70115f1af249d540b414ad8227834a (patch)
treec2340734a5ab04e57ddc1d950d8ac4994cfb4039 /src/mongo/db/pipeline/process_interface/common_mongod_process_interface.cpp
parent91cef76e80b79fe4a2867413af5910027c3b69d5 (diff)
downloadmongo-5dfda9e29d70115f1af249d540b414ad8227834a.tar.gz
SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFull
Diffstat (limited to 'src/mongo/db/pipeline/process_interface/common_mongod_process_interface.cpp')
-rw-r--r--src/mongo/db/pipeline/process_interface/common_mongod_process_interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/process_interface/common_mongod_process_interface.cpp b/src/mongo/db/pipeline/process_interface/common_mongod_process_interface.cpp
index 792cb69a079..4e13c886c71 100644
--- a/src/mongo/db/pipeline/process_interface/common_mongod_process_interface.cpp
+++ b/src/mongo/db/pipeline/process_interface/common_mongod_process_interface.cpp
@@ -554,7 +554,7 @@ std::vector<BSONObj> CommonMongodProcessInterface::getMatchingPlanCacheEntryStat
auto planCacheEntries =
planCache->getMatchingStats({} /* cacheKeyFilterFunc */, serializer, predicate);
- if (feature_flags::gFeatureFlagSbePlanCache.isEnabledAndIgnoreFCV()) {
+ if (feature_flags::gFeatureFlagSbeFull.isEnabledAndIgnoreFCV()) {
// Retrieve plan cache entries from the SBE plan cache.
const auto cacheKeyFilter = [uuid = collection->uuid(),
collVersion = collQueryInfo.getPlanCacheInvalidatorVersion()](