From e7abff841a2f5cf6c3bc71a344e347f6342822b0 Mon Sep 17 00:00:00 2001 From: Lingzhi Deng Date: Wed, 12 Jun 2019 15:49:24 -0400 Subject: SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressively --- src/mongo/db/repl/oplog_entry.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/repl/oplog_entry.idl') 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 -- cgit v1.2.1