You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/01/21 11:03:42 UTC

[GitHub] [incubator-shardingsphere] kimmking commented on issue #3946: Proxy can't parse SQL "SHOW FULL TABLES FROM `test` LIKE '%'"

kimmking commented on issue #3946: Proxy can't parse SQL "SHOW FULL TABLES FROM `test` LIKE '%'"
URL: https://github.com/apache/incubator-shardingsphere/issues/3946#issuecomment-576631665
 
 
   5.0.0 snapshot is ok now.
   
   ```
   $ mysql -uroot -P3307 test
   Welcome to the MySQL monitor.  Commands end with ; or \g.
   Your MySQL connection id is 1
   Server version: 5.6.4-Sharding-Proxy 5.0.0-RC1 MySQL Community Server (GPL)
   
   Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
   
   Oracle is a registered trademark of Oracle Corporation and/or its
   affiliates. Other names may be trademarks of their respective
   owners.
   
   Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
   
   mysql>
   mysql> SHOW FULL TABLES FROM test LIKE '%';
   +--------------------+------------+
   | Tables_in_test (%) | Table_type |
   +--------------------+------------+
   | test               | BASE TABLE |
   | zz                 | BASE TABLE |
   +--------------------+------------+
   2 rows in set (0.03 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services