summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_consistency_markers.idl
diff options
context:
space:
mode:
authorsmani87 <suganthi.mani@mongodb.com>2018-06-14 13:21:24 -0400
committersmani87 <suganthi.mani@mongodb.com>2018-06-15 15:53:52 -0400
commit0cbe95e53483f97595c2236792ebbeffe8b83219 (patch)
tree2bb5e3e48c6de9b298f868469b896cda1b74baaa /src/mongo/db/repl/replication_consistency_markers.idl
parentec0de2ca41481105db53a9211a2802346df6afed (diff)
downloadmongo-0cbe95e53483f97595c2236792ebbeffe8b83219.tar.gz
SERVER-30556 Code cleanup for 'oplogDeleteFromPoint' field in minValid collection.
Diffstat (limited to 'src/mongo/db/repl/replication_consistency_markers.idl')
-rw-r--r--src/mongo/db/repl/replication_consistency_markers.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mongo/db/repl/replication_consistency_markers.idl b/src/mongo/db/repl/replication_consistency_markers.idl
index e78ff35628c..d9de74d55c2 100644
--- a/src/mongo/db/repl/replication_consistency_markers.idl
+++ b/src/mongo/db/repl/replication_consistency_markers.idl
@@ -50,14 +50,6 @@ structs:
type: optime
optional: true # This field is unset when we want to mark that we are consistent at the top of the oplog
description: "The OpTime of the last oplog entry we applied"
- # TODO (SERVER-30556): Delete this field since it cannot exist after 3.6.
- oplogDeleteFromPoint:
- cpp_name: oldOplogDeleteFromPoint
- type: timestamp
- optional: true # This field only exists on 3.4 upgrade
- description: "The timestamp of the first oplog entry in a batch when we are writing
- oplog entries to the oplog after which the oplog may be inconsistent.
- This field only exists on 3.4 upgrade."
doingInitialSync:
cpp_name: initialSyncFlag
type: bool