RaigorJiang opened a new issue #12762:
URL: https://github.com/apache/shardingsphere/issues/12762


   ## Bug Report
   ### Which version of ShardingSphere did you use?
   ShardingSphere-Proxy : master branch 
   
   ### Actual behavior
   When drop resource, if the resource is used in any rule, drop will be 
failed, and users get error message:
   ```sql
   mysql> drop resource ds_in_used;
   ERROR 1101 (C1101): Resources [ds_in_used] in the rule are still in used.
   ```
   However, it does not show which rule the resource is used.
   The user also does not know which type of RQL should be used to view the 
rule configuration.
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   Drop a resource used in any rule.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to