diff options
author | Benety Goh <benety@mongodb.com> | 2019-05-21 15:00:31 -0400 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2019-05-21 15:00:58 -0400 |
commit | 24a79d16b0f7f5a08520380eb1e934fbd530c966 (patch) | |
tree | 887112c8dc93d6192448ccdd3b6b510d1f0dcab7 /src | |
parent | 9f833a5af0e66a88d5473468826064648fdc5031 (diff) | |
download | mongo-24a79d16b0f7f5a08520380eb1e934fbd530c966.tar.gz |
SERVER-41191 remove prepared field from CommitTransactionOplogObject IDL
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 |