summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharded_rename_collection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/sharded_rename_collection.idl')
-rw-r--r--src/mongo/db/s/sharded_rename_collection.idl10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/mongo/db/s/sharded_rename_collection.idl b/src/mongo/db/s/sharded_rename_collection.idl
index efa4a88f495..942cc857995 100644
--- a/src/mongo/db/s/sharded_rename_collection.idl
+++ b/src/mongo/db/s/sharded_rename_collection.idl
@@ -62,14 +62,6 @@ enums:
kDeleteFromRangeDeletions: "deleteFromRangeDeletions"
kUnblockCRUD: "unblockCRUD"
-types:
- CollectionInfo:
- description: "Information of the sharded collection to rename."
- bson_serialization_type: object
- cpp_type: CollectionType
- serializer: "mongo::CollectionType::toBSON"
- deserializer: "mongo::CollectionType"
-
commands:
_shardsvrRenameCollectionParticipant:
command_name: _shardsvrRenameCollectionParticipant
@@ -117,7 +109,7 @@ structs:
default: false
optShardedCollInfo:
description: "CollectionType of the collection currently being renamed (if sharded)."
- type: CollectionInfo
+ type: CollectionType
optional: true
sourceUUID:
type: uuid