summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/stub_mongo_process_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/stub_mongo_process_interface.h')
-rw-r--r--src/mongo/db/pipeline/stub_mongo_process_interface.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/stub_mongo_process_interface.h b/src/mongo/db/pipeline/stub_mongo_process_interface.h
index 7e3d05a9fce..c0c68e85f21 100644
--- a/src/mongo/db/pipeline/stub_mongo_process_interface.h
+++ b/src/mongo/db/pipeline/stub_mongo_process_interface.h
@@ -168,5 +168,11 @@ public:
void closeBackupCursor(OperationContext* opCtx, std::uint64_t cursorId) final {
MONGO_UNREACHABLE;
}
+
+ std::vector<BSONObj> getMatchingPlanCacheEntryStats(OperationContext*,
+ const NamespaceString&,
+ const MatchExpression*) const override {
+ MONGO_UNREACHABLE;
+ }
};
} // namespace mongo