The code currently in mongos's dropCollection command should be moved into the new _configsvrDropCollection command (created under SERVER-30534).
Mongos should now forward "dropCollection" to the config server by sending _configsvrDropCollection.
- has to be done after
-
SERVER-30534 Create a _configsvrDropCollection command
- Closed
- is duplicated by
-
SERVER-30732 Move logic from cluster_drop_cmd.cpp into configsvr_drop_collection_command.cpp
- Closed