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.h6
1 files changed, 6 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 cbbc17b2d34..4553620c6d9 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
@@ -161,6 +161,12 @@ namespace mongo {
virtual bool isCapped() const { invariant(false); }
virtual const char* name() const { invariant(false); }
+
+ virtual void updateStatsAfterRepair(OperationContext* txn,
+ long long numRecords,
+ long long dataSize) {
+ invariant(false);
+ }
// more things that we actually care about below
private: