You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "RaigorJiang (via GitHub)" <gi...@apache.org> on 2023/06/30 07:50:45 UTC

[GitHub] [shardingsphere] RaigorJiang opened a new issue, #26717: Load single table error

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] zhaojinchao95 closed issue #26717: Load single table error

Posted by "zhaojinchao95 (via GitHub)" <gi...@apache.org>.
zhaojinchao95 closed issue #26717: Load single table error
URL: https://github.com/apache/shardingsphere/issues/26717


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org