diff options
author | Jason Chan <jason.chan@10gen.com> | 2019-03-14 16:36:08 -0400 |
---|---|---|
committer | Jason Chan <jason.chan@10gen.com> | 2019-03-14 16:52:50 -0400 |
commit | 1de61831b1f1f1e780fb7fdd14e10e34a1c5cab9 (patch) | |
tree | cecbef0ea229a5a876e5affa74ca6d0ff6836c47 /src/mongo/db/commands/txn_cmds.idl | |
parent | 96aa8be92f1c6a69f7602aef7ef5be26b4a8a918 (diff) | |
download | mongo-1de61831b1f1f1e780fb7fdd14e10e34a1c5cab9.tar.gz |
SERVER-39442 Write the new commit command on primary for large prepared transactions
Diffstat (limited to 'src/mongo/db/commands/txn_cmds.idl')
-rw-r--r-- | src/mongo/db/commands/txn_cmds.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/commands/txn_cmds.idl b/src/mongo/db/commands/txn_cmds.idl index f53df962e32..e5f9e6c236d 100644 --- a/src/mongo/db/commands/txn_cmds.idl +++ b/src/mongo/db/commands/txn_cmds.idl @@ -68,8 +68,8 @@ structs: prepared: type: bool optional: true - description: "Set to false for a commit for an unprepared transaction. Implicit - default is true, do not set explicitly to true" + description: "True if the transaction has been prepared. Set to false for a commit + for an unprepared transaction." AbortTransactionOplogObject: description: A document representing the 'o' field of an 'abortTransaction' oplog entry. |