summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.h
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@mongodb.com>2018-03-24 19:39:13 -0400
committerDaniel Gottlieb <daniel.gottlieb@mongodb.com>2018-03-24 19:39:13 -0400
commit6ae04cd9f250fac877df94ecd4ddad33eaf5bc77 (patch)
tree79b85cf7e081ca012ac0a0a75c728f5e1942b891 /src/mongo/db/repl/storage_interface_impl.h
parentb06203cf7b99d582b2be211f2e8fc5bbca8f3263 (diff)
downloadmongo-6ae04cd9f250fac877df94ecd4ddad33eaf5bc77.tar.gz
SERVER-29213: Have WiredTiger support recoverToStableTimestamp.
Diffstat (limited to 'src/mongo/db/repl/storage_interface_impl.h')
-rw-r--r--src/mongo/db/repl/storage_interface_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/storage_interface_impl.h b/src/mongo/db/repl/storage_interface_impl.h
index 4d0b6f32db9..57b27da41a0 100644
--- a/src/mongo/db/repl/storage_interface_impl.h
+++ b/src/mongo/db/repl/storage_interface_impl.h
@@ -156,7 +156,7 @@ public:
void setInitialDataTimestamp(ServiceContext* serviceCtx, Timestamp snapshotName) override;
- StatusWith<Timestamp> recoverToStableTimestamp(ServiceContext* serviceCtx) override;
+ StatusWith<Timestamp> recoverToStableTimestamp(OperationContext* opCtx) override;
bool supportsRecoverToStableTimestamp(ServiceContext* serviceCtx) const override;