summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@mongodb.com>2018-04-12 21:52:25 -0400
committerDaniel Gottlieb <daniel.gottlieb@mongodb.com>2018-04-12 21:52:25 -0400
commita3b00f53eaf0295eac183ba8009eda0b9dec95aa (patch)
tree680cb887a52c7cc45021a3984b0e14ba552f73ab /src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h
parentb7b55e75bbf18bcd7e38fdee430e0fd972183f68 (diff)
downloadmongo-a3b00f53eaf0295eac183ba8009eda0b9dec95aa.tar.gz
SERVER-34279: Ensure a minValid lastApplied exists for upgrade.
Diffstat (limited to 'src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h')
-rw-r--r--src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h b/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h
index 40440f7f65a..ff005d662bf 100644
--- a/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h
+++ b/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h
@@ -69,6 +69,8 @@ public:
bool waitUntilDurable() override;
+ bool waitUntilUnjournaledWritesDurable() override;
+
void registerChange(Change* change) override;
void abandonSnapshot() override;