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

   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   master e5487054
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-Proxy
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   ```sql
   mysql> show tables;
   +-----------------------+
   | Tables_in_sharding_db |
   +-----------------------+
   | t_order               |
   +-----------------------+
   1 row in set (0.01 sec)
   
   mysql> show unloaded single tables;
   +------------+-------------------+
   | table_name | storage_unit_name |
   +------------+-------------------+
   | t_single_1 | ds_1              |
   | t_single_0 | ds_0              |
   | t_single_2 | ds_1              |
   | t_encrypt  | ds_0              |
   +------------+-------------------+
   4 rows in set (0.47 sec)
   
   mysql> load single table ds_0.t_single_0;;
   ERROR 10022 (44000): Invalid single rule configuration, reason is: Table 
`t_single_0` existed and is not a single table in database `sharding_db`.
   ```
   


-- 
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