The code currently in mongos's dropDatabase command should be moved into the new _configsvrDropDatabase command (created under SERVER-32363).
Mongos should now forward "dropDatabase" to the config server by sending _configsvrDropDatabase.
- is related to
-
SERVER-36317 Mongos returns true when attempting to drop non-existent database
- Closed