summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/txn_two_phase_commit_cmds.idl
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2018-10-31 21:54:33 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2018-11-07 13:35:21 -0500
commit56248d50536a25d63526662683b221df8137ab36 (patch)
treeb27ad0452c7fdf9acb76ed45c6bf7770b6f2da42 /src/mongo/db/commands/txn_two_phase_commit_cmds.idl
parent2a23784057167cbd74321155fc169cd08f562405 (diff)
downloadmongo-56248d50536a25d63526662683b221df8137ab36.tar.gz
SERVER-37882 Switch the distributed transaction commit protocol to the RPC protocol
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.idl4
1 files changed, 0 insertions, 4 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 d90cc4fa49a..0b77fc9827f 100644
--- a/src/mongo/db/commands/txn_two_phase_commit_cmds.idl
+++ b/src/mongo/db/commands/txn_two_phase_commit_cmds.idl
@@ -45,10 +45,6 @@ commands:
description: "Parser for the 'prepareTransaction' command."
strict: true
namespace: ignored
- fields:
- coordinatorId:
- description: "The coordinator shard for this transaction."
- type: shard_id
voteCommitTransaction:
description: "Parser for the 'voteCommitTransaction' command."