summaryrefslogtreecommitdiff
path: root/src/mongo/s/request_types/sharded_ddl_commands.idl
diff options
context:
space:
mode:
authorYu Jin Kang Park <yujin.kang@mongodb.com>2022-09-02 13:17:57 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-08 16:49:10 +0000
commit17dc0a48233b4c7c6e95b43236f0fc8dba2d3b4e (patch)
treeb4cade7072a3b633acd8540139981f33a76341e6 /src/mongo/s/request_types/sharded_ddl_commands.idl
parent000691a65de1ba61fca5bf81316cdd146fbd20e4 (diff)
downloadmongo-17dc0a48233b4c7c6e95b43236f0fc8dba2d3b4e.tar.gz
SERVER-67893 Add _shardsvrDropGlobalIndex command
Diffstat (limited to 'src/mongo/s/request_types/sharded_ddl_commands.idl')
-rw-r--r--src/mongo/s/request_types/sharded_ddl_commands.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mongo/s/request_types/sharded_ddl_commands.idl b/src/mongo/s/request_types/sharded_ddl_commands.idl
index fe4030d7884..c8ec71bc979 100644
--- a/src/mongo/s/request_types/sharded_ddl_commands.idl
+++ b/src/mongo/s/request_types/sharded_ddl_commands.idl
@@ -290,6 +290,16 @@ commands:
api_version: ""
reply_type: OkReply
+ _shardsvrDropGlobalIndex:
+ description: "Internal command sent to participant shards to drop a global index container with a given UUID."
+ command_name: _shardsvrDropGlobalIndex
+ cpp_name: DropGlobalIndex
+ strict: true
+ type: uuid
+ namespace: type
+ api_version: ""
+ reply_type: OkReply
+
_shardsvrDropDatabase:
description: "Internal command sent to the primary shard of a database to drop it."
command_name: _shardsvrDropDatabase