summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/in_memory/in_memory_recovery_unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/in_memory/in_memory_recovery_unit.h')
-rw-r--r--src/mongo/db/storage/in_memory/in_memory_recovery_unit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/storage/in_memory/in_memory_recovery_unit.h b/src/mongo/db/storage/in_memory/in_memory_recovery_unit.h
index 0407f7191af..ddf38dff73e 100644
--- a/src/mongo/db/storage/in_memory/in_memory_recovery_unit.h
+++ b/src/mongo/db/storage/in_memory/in_memory_recovery_unit.h
@@ -63,6 +63,8 @@ namespace mongo {
invariant(!"don't call writingPtr");
}
+ virtual void setRollbackWritesDisabled() {}
+
private:
typedef boost::shared_ptr<Change> ChangePtr;
typedef std::vector<ChangePtr> Changes;