summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.idl
diff options
context:
space:
mode:
authorJason Chan <jason.chan@10gen.com>2019-05-15 14:12:31 -0400
committerJason Chan <jason.chan@10gen.com>2019-05-15 14:12:31 -0400
commitdeac75e585f0c21d0a4bdf888e249bd9bdc374c3 (patch)
treed540f37f62ff16f9c5fe2b2685a832a1a0e820ff /src/mongo/db/repl/oplog_entry.idl
parent2ca37502214304dddeb90ddac0c24b301ca1518b (diff)
downloadmongo-deac75e585f0c21d0a4bdf888e249bd9bdc374c3.tar.gz
SERVER-40763 Remove the inTxn field from oplog entries
Diffstat (limited to 'src/mongo/db/repl/oplog_entry.idl')
-rw-r--r--src/mongo/db/repl/oplog_entry.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/repl/oplog_entry.idl b/src/mongo/db/repl/oplog_entry.idl
index 773a791bb5e..a182d9ab4f7 100644
--- a/src/mongo/db/repl/oplog_entry.idl
+++ b/src/mongo/db/repl/oplog_entry.idl
@@ -147,9 +147,3 @@ structs:
type: bool
optional: true
description: "Specifies that this operation should be put into a 'prepare' state"
-
- inTxn:
- type: bool
- optional: true
- description: "Specifies that this oplog entry is part of a multi-statement
- transaction that has not yet been committed or prepared."