You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "sandynz (via GitHub)" <gi...@apache.org> on 2023/03/14 13:16:44 UTC

[GitHub] [shardingsphere] sandynz commented on issue #24517: SQL Rewrite on information_schema tables causes the executor to throw "Table does not exist"

sandynz commented on issue #24517:
URL: https://github.com/apache/shardingsphere/issues/24517#issuecomment-1468087009

   Hi @shashankrnr32 , thanks for your feedback.
   
   I tested on proxy (master branch), there's no error:
   ```
   mysql> SELECT TABLE_NAME, COLUMN_NAME, DATA_TYPE, COLUMN_KEY, EXTRA, COLLATION_NAME, ORDINAL_POSITION FROM information_schema.columns WHERE TABLE_SCHEMA='test1' AND TABLE_NAME IN ('columns', 'schema_data_statistics') ORDER BY ORDINAL_POSITION;
   Empty set (0.20 sec)
   ```
   
   Could you try new version, e.g. 5.3.1?
   


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