summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/stub_mongo_process_interface.h
diff options
context:
space:
mode:
authorBernard Gorman <bernard.gorman@gmail.com>2017-10-26 00:42:14 +0100
committerBernard Gorman <bernard.gorman@gmail.com>2017-10-26 04:28:23 +0100
commit81c5724d9d11a1ff2b16937dc01e6439d9e0f266 (patch)
tree4935dcc0cd22ec06a810d3e28a48b6d2cdf8a53d /src/mongo/db/pipeline/stub_mongo_process_interface.h
parentb5c44441b27e5e4cda03d1ab5ca1f0af07b00835 (diff)
downloadmongo-81c5724d9d11a1ff2b16937dc01e6439d9e0f266.tar.gz
SERVER-31597 Refactor $changeStream post-update lookup
Diffstat (limited to 'src/mongo/db/pipeline/stub_mongo_process_interface.h')
-rw-r--r--src/mongo/db/pipeline/stub_mongo_process_interface.h5
1 files changed, 5 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 1a1a72f1224..06e22b24bdd 100644
--- a/src/mongo/db/pipeline/stub_mongo_process_interface.h
+++ b/src/mongo/db/pipeline/stub_mongo_process_interface.h
@@ -117,5 +117,10 @@ public:
std::vector<FieldPath> collectDocumentKeyFields(UUID) const override {
MONGO_UNREACHABLE;
}
+
+ boost::optional<Document> lookupSingleDocument(
+ const boost::intrusive_ptr<ExpressionContext>& expCtx, const Document& filter) {
+ MONGO_UNREACHABLE;
+ }
};
} // namespace mongo