summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.idl
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2019-06-12 15:49:24 -0400
committerLingzhi Deng <lingzhi.deng@mongodb.com>2019-07-08 21:33:37 -0400
commite7abff841a2f5cf6c3bc71a344e347f6342822b0 (patch)
tree84e457cde984e2f150b1b2537a1de29a6c1c0b8a /src/mongo/db/repl/oplog_entry.idl
parent740dbbec28c970befdfea5177957916882bffa2b (diff)
downloadmongo-e7abff841a2f5cf6c3bc71a344e347f6342822b0.tar.gz
SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressively
Diffstat (limited to 'src/mongo/db/repl/oplog_entry.idl')
-rw-r--r--src/mongo/db/repl/oplog_entry.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/oplog_entry.idl b/src/mongo/db/repl/oplog_entry.idl
index cfed4af41cf..cc9a75172cb 100644
--- a/src/mongo/db/repl/oplog_entry.idl
+++ b/src/mongo/db/repl/oplog_entry.idl
@@ -105,7 +105,7 @@ structs:
v:
cpp_name: version
type: safeInt64
- default: 1
+ default: 2
description: "The version of the oplog"
fromMigrate:
type: bool