summaryrefslogtreecommitdiff
path: root/src/mongo/s/request_types/sharded_ddl_commands.idl
diff options
context:
space:
mode:
authorPierlauro Sciarelli <pierlauro.sciarelli@mongodb.com>2021-04-28 18:04:24 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-28 18:30:32 +0000
commitfa47fcd4c4aeb16c644918886ed0337a88ad6007 (patch)
treea5727bc0ded966944159e45ea68954a02654e988 /src/mongo/s/request_types/sharded_ddl_commands.idl
parent75a84d831d04c13ee6d0578f2b22b01e234c9737 (diff)
downloadmongo-fa47fcd4c4aeb16c644918886ed0337a88ad6007.tar.gz
SERVER-55151 Implement rename participant primary only service
Diffstat (limited to 'src/mongo/s/request_types/sharded_ddl_commands.idl')
-rw-r--r--src/mongo/s/request_types/sharded_ddl_commands.idl22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/mongo/s/request_types/sharded_ddl_commands.idl b/src/mongo/s/request_types/sharded_ddl_commands.idl
index 9621ca22626..d14e12e5516 100644
--- a/src/mongo/s/request_types/sharded_ddl_commands.idl
+++ b/src/mongo/s/request_types/sharded_ddl_commands.idl
@@ -199,28 +199,6 @@ commands:
chained_structs:
RenameCollectionRequest: RenameCollectionRequest
- _shardsvrRenameCollectionParticipant:
- command_name: _shardsvrRenameCollectionParticipant
- cpp_name: ShardsvrRenameCollectionParticipant
- description: "Internal command sent to shard participating in a rename collection procedure"
- strict: false
- api_version: ""
- namespace: concatenate_with_db
- chained_structs:
- RenameCollectionRequest: RenameCollectionRequest
-
- _shardsvrRenameCollectionUnblockParticipant:
- command_name: _shardsvrRenameCollectionUnblockParticipant
- cpp_name: ShardsvrRenameCollectionUnblockParticipant
- description: "Parser for the _shardsvrRenameCollectionUnblockParticipant command"
- strict: false
- api_version: ""
- namespace: concatenate_with_db
- fields:
- to:
- type: namespacestring
- description: "The new namespace for the collection being renamed."
-
_shardsvrReshardCollection:
command_name: _shardsvrReshardCollection
cpp_name: ShardsvrReshardCollection