summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/heap_record_store_btree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/mmap_v1/heap_record_store_btree.h')
-rw-r--r--src/mongo/db/storage/mmap_v1/heap_record_store_btree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/storage/mmap_v1/heap_record_store_btree.h b/src/mongo/db/storage/mmap_v1/heap_record_store_btree.h
index 4bc7ca1c3a3..710a34a8eec 100644
--- a/src/mongo/db/storage/mmap_v1/heap_record_store_btree.h
+++ b/src/mongo/db/storage/mmap_v1/heap_record_store_btree.h
@@ -204,6 +204,8 @@ namespace mongo {
virtual void* writingPtr(void* data, size_t len);
+ virtual void setRollbackWritesDisabled() {}
+
// -----------------------
void notifyInsert( HeapRecordStoreBtree* rs, const RecordId& loc );