summaryrefslogtreecommitdiff
path: root/src/mongo/s/request_types/sharded_ddl_commands.idl
diff options
context:
space:
mode:
authorArun Banala <arun.banala@mongodb.com>2021-11-29 12:59:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-03 20:05:44 +0000
commit3242083daae059800badc55b6c4e050454fa6c70 (patch)
treeafaeea07469711ed8a667043896146692628d335 /src/mongo/s/request_types/sharded_ddl_commands.idl
parent6ef5da0c8cdce8a4398ad00ede82ffa674f4e62c (diff)
downloadmongo-3242083daae059800badc55b6c4e050454fa6c70.tar.gz
Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"
Diffstat (limited to 'src/mongo/s/request_types/sharded_ddl_commands.idl')
-rw-r--r--src/mongo/s/request_types/sharded_ddl_commands.idl11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mongo/s/request_types/sharded_ddl_commands.idl b/src/mongo/s/request_types/sharded_ddl_commands.idl
index b0151f36182..4306a35e66e 100644
--- a/src/mongo/s/request_types/sharded_ddl_commands.idl
+++ b/src/mongo/s/request_types/sharded_ddl_commands.idl
@@ -35,7 +35,6 @@ imports:
- "mongo/db/commands/rename_collection.idl"
- "mongo/db/drop_database.idl"
- "mongo/db/keypattern.idl"
- - "mongo/db/coll_mod.idl"
- "mongo/idl/basic_types.idl"
- "mongo/s/chunk_version.idl"
- "mongo/s/database_version.idl"
@@ -327,13 +326,3 @@ commands:
description: "May only be set to 'true'. If set, indicates to the config server that
it must turn on the 'enableSharding' bit for that database."
optional: true
-
- _shardsvrCollMod:
- command_name: _shardsvrCollMod
- cpp_name: ShardsvrCollMod
- description: "Internal command sent to the primary shard in a collMod procedure"
- strict: false
- api_version: ""
- namespace: concatenate_with_db
- chained_structs:
- CollModRequest: CollModRequest