- Errors for 'config'
- Errors for 'local'
- Errors if db with same name but in a different case already exists in config.database
- Errors if attempting to do with an invalid db name
- If db is already in config.database, the document will now have sharded field set to true
- Errors if db is already sharding enabled
- is related to
-
SERVER-21489 enableSharding no longer errors when db is already sharding enabled
- Closed