diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mongo/db/commands/txn_cmds.idl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/commands/txn_cmds.idl b/src/mongo/db/commands/txn_cmds.idl index 84ff8887b51..0e58d8302bd 100644 --- a/src/mongo/db/commands/txn_cmds.idl +++ b/src/mongo/db/commands/txn_cmds.idl @@ -64,11 +64,6 @@ structs: description: "Specifies the timestamp at which the multi-document transaction should be committed. Required for prepared transactions, not permitted for unprepared ones." - prepared: - type: bool - optional: true - description: "True if the transaction has been prepared. Set to false for a commit - for an unprepared transaction." count: type: long optional: true |