summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_oplog_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/wiredtiger/wiredtiger_oplog_manager.h')
-rw-r--r--src/mongo/db/storage/wiredtiger/wiredtiger_oplog_manager.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mongo/db/storage/wiredtiger/wiredtiger_oplog_manager.h b/src/mongo/db/storage/wiredtiger/wiredtiger_oplog_manager.h
index 011876efd3e..10f6c80f343 100644
--- a/src/mongo/db/storage/wiredtiger/wiredtiger_oplog_manager.h
+++ b/src/mongo/db/storage/wiredtiger/wiredtiger_oplog_manager.h
@@ -98,16 +98,6 @@ public:
std::uint64_t getOplogReadTimestamp() const;
void setOplogReadTimestamp(Timestamp ts);
- /**
- * Returns the all_durable timestamp. All transactions with timestamps earlier than the
- * all_durable timestamp are committed.
- *
- * The all_durable timestamp is the in-memory no holes point. That does not mean that there are
- * no holes behind it on disk. The all_durable timestamp also might not correspond with any
- * oplog entry, but instead have a timestamp value between that of two oplog entries.
- */
- uint64_t fetchAllDurableValue(WT_CONNECTION* conn);
-
private:
/**
* Runs the oplog visibility updates when signaled by triggerOplogVisibilityUpdate() until