summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface.h
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2020-11-12 20:26:08 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-13 00:01:15 +0000
commit911538668252d9885fe3d3859175f2711fb064bc (patch)
treeaa4657f49e417c96440b5ea2980f2edff41bb5cc /src/mongo/db/repl/storage_interface.h
parentd78a7020f80d9a10b3fc5ba289841b3a97538582 (diff)
downloadmongo-911538668252d9885fe3d3859175f2711fb064bc.tar.gz
SERVER-49795 Remove 'getOldestOpenReadTimestamp()' from the storage engine interface
Diffstat (limited to 'src/mongo/db/repl/storage_interface.h')
-rw-r--r--src/mongo/db/repl/storage_interface.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/repl/storage_interface.h b/src/mongo/db/repl/storage_interface.h
index 51b994db0e7..de1ef7d0f16 100644
--- a/src/mongo/db/repl/storage_interface.h
+++ b/src/mongo/db/repl/storage_interface.h
@@ -460,13 +460,6 @@ public:
virtual Timestamp getAllDurableTimestamp(ServiceContext* serviceCtx) const = 0;
/**
- * Returns the oldest read timestamp in use by an open transaction. Storage engines that support
- * the 'snapshot' ReadConcern must provide an implementation. Other storage engines may provide
- * a no-op implementation.
- */
- virtual Timestamp getOldestOpenReadTimestamp(ServiceContext* serviceCtx) const = 0;
-
- /**
* Registers a timestamp with the storage engine so that it can enforce oplog visiblity rules.
* orderedCommit - specifies whether the timestamp provided is ordered w.r.t. commits; that is,
* all commits with older timestamps have already occurred, and any commits with newer