strongduanmu edited a comment on issue #11757:
URL: 
https://github.com/apache/shardingsphere/issues/11757#issuecomment-900756010


   @JiekerTime Thank you for your feedback, I reproduced this problem. I will 
try to solve it.
   
   
![image](https://user-images.githubusercontent.com/10829171/129825052-27313b74-a541-4341-b9e6-56d47500f244.png)
   
   After executing `SHOW FULL TABLES FROM `sharding_db` LIKE't_order%'`, all 
the tables are returned, which eventually leads to incorrect results.
   
   ```sql
   mysql> SHOW FULL TABLES FROM `sharding_db` LIKE 't_order';
   +-----------------------+
   | Tables_in_sharding_db |
   +-----------------------+
   | t_single              |
   | t_order               |
   | test                  |
   +-----------------------+
   3 rows in set (0.00 sec)
   ```


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