summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/txn_two_phase_commit_cmds.idl
diff options
context:
space:
mode:
authorSamy Lanka <samy.lanka@mongodb.com>2021-01-21 04:37:02 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-22 06:21:59 +0000
commitc1ca936dcf465e8eb96476b74a944419a791da12 (patch)
tree818c27c7808a59f9c3baac65f4704f86f9fcbad5 /src/mongo/db/commands/txn_two_phase_commit_cmds.idl
parentfd90f095a72984fb7095f72092015614372ebea0 (diff)
downloadmongo-c1ca936dcf465e8eb96476b74a944419a791da12.tar.gz
SERVER-52857 Require apiVersion field for all IDL commands
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.idl2
1 files changed, 2 insertions, 0 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 022ad192b4b..de695d3b979 100644
--- a/src/mongo/db/commands/txn_two_phase_commit_cmds.idl
+++ b/src/mongo/db/commands/txn_two_phase_commit_cmds.idl
@@ -46,12 +46,14 @@ commands:
command_name: prepareTransaction
strict: true
namespace: ignored
+ api_version: ""
coordinateCommitTransaction:
description: "Parser for the 'coordinateCommitTransaction' command."
command_name: coordinateCommitTransaction
strict: false
namespace: ignored
+ api_version: ""
fields:
participants:
description: "An array of shard participants that must be included in the commit."