summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.idl
diff options
context:
space:
mode:
authorMatthew Russotto <matthew.russotto@10gen.com>2019-02-12 15:39:27 -0500
committerMatthew Russotto <matthew.russotto@10gen.com>2019-02-14 10:22:47 -0500
commit0ab013df4cb6672d7446c5ce3fe325b71a538a78 (patch)
tree3eba92bd7086d848ae592771e943752c1c18f88f /src/mongo/db/repl/oplog_entry.idl
parent27d6644dffd80f139b90a8e89f1b21d8830ec35a (diff)
downloadmongo-0ab013df4cb6672d7446c5ce3fe325b71a538a78.tar.gz
SERVER-39430 Change IDL of oplog to add a new "inTxn" field
Diffstat (limited to 'src/mongo/db/repl/oplog_entry.idl')
-rw-r--r--src/mongo/db/repl/oplog_entry.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/db/repl/oplog_entry.idl b/src/mongo/db/repl/oplog_entry.idl
index 8ee6d00ee56..4cfe26f8172 100644
--- a/src/mongo/db/repl/oplog_entry.idl
+++ b/src/mongo/db/repl/oplog_entry.idl
@@ -146,3 +146,9 @@ 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."