tristaZero opened a new issue #6973: URL: https://github.com/apache/shardingsphere/issues/6973
This bug is in the master branch. Run ShardingProxy and execute `desc t_order`, the following exception will come up. ```sql mysql> show create table t_order; ERROR 1146 (42S02): Table 'demo_ds_2.t_order_0' doesn't exist mysql> show create table t_order; ERROR 1146 (42S02): Table 'demo_ds_2.t_order_0' doesn't exist ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
