summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_kv_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_kv_engine.h')
-rw-r--r--src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_kv_engine.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_kv_engine.h b/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_kv_engine.h
index b3da8bb0085..fd243b0c8c1 100644
--- a/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_kv_engine.h
+++ b/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_kv_engine.h
@@ -173,6 +173,10 @@ public:
Timestamp getOldestTimestamp() const override;
+ Timestamp getStableTimestamp() const override {
+ return Timestamp();
+ }
+
void setOldestTimestamp(Timestamp newOldestTimestamp, bool force) override;
std::map<Timestamp, std::shared_ptr<StringStore>> getHistory_forTest();