JiekerTime commented on issue #11757: URL: https://github.com/apache/shardingsphere/issues/11757#issuecomment-900768644
> @JiekerTime Thank you for your feedback, I reproduced this problem. I will try to solve it. > >  > > 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) > ``` Looking forward to your fix! -- 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]
