summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/txn_two_phase_commit_cmds.idl
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2019-02-27 17:37:23 -0500
committerEsha Maharishi <esha.maharishi@mongodb.com>2019-03-01 10:04:01 -0500
commit31de5655f1ea195748484a65c067beedf773c883 (patch)
tree4f149e0844747f086b01eebd8552146a91c46289 /src/mongo/db/commands/txn_two_phase_commit_cmds.idl
parente5ee880b03e4be83a56004d9e9d43852a6960eec (diff)
downloadmongo-31de5655f1ea195748484a65c067beedf773c883.tar.gz
SERVER-39880 Remove dead code remnants of voteCommitTransaction and voteAbortTransaction
Diffstat (limited to 'src/mongo/db/commands/txn_two_phase_commit_cmds.idl')
-rw-r--r--src/mongo/db/commands/txn_two_phase_commit_cmds.idl19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/mongo/db/commands/txn_two_phase_commit_cmds.idl b/src/mongo/db/commands/txn_two_phase_commit_cmds.idl
index 0b77fc9827f..1b36dff2d5e 100644
--- a/src/mongo/db/commands/txn_two_phase_commit_cmds.idl
+++ b/src/mongo/db/commands/txn_two_phase_commit_cmds.idl
@@ -46,25 +46,6 @@ commands:
strict: true
namespace: ignored
- voteCommitTransaction:
- description: "Parser for the 'voteCommitTransaction' command."
- namespace: ignored
- fields:
- shardId:
- description: "The shard name of the sender"
- type: shard_id
- prepareTimestamp:
- description: "Timestamp at which the sender prepared the transaction"
- type: timestamp
-
- voteAbortTransaction:
- description: "Parser for the 'voteAbortTransaction' command."
- namespace: ignored
- fields:
- shardId:
- description: "The shard name of the sender"
- type: shard_id
-
coordinateCommitTransaction:
description: "Parser for the 'coordinateCommitTransaction' command."
strict: false