summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mobile/mobile_recovery_unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/mobile/mobile_recovery_unit.h')
-rw-r--r--src/mongo/db/storage/mobile/mobile_recovery_unit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/storage/mobile/mobile_recovery_unit.h b/src/mongo/db/storage/mobile/mobile_recovery_unit.h
index e6cf5c9415c..a919276351f 100644
--- a/src/mongo/db/storage/mobile/mobile_recovery_unit.h
+++ b/src/mongo/db/storage/mobile/mobile_recovery_unit.h
@@ -87,6 +87,8 @@ public:
return checked_cast<MobileRecoveryUnit*>(opCtx->recoveryUnit());
}
+ void setOrderedCommit(bool orderedCommit) override {}
+
private:
void _abort();
void _commit();