RaigorJiang opened a new issue #11994:
URL: https://github.com/apache/shardingsphere/issues/11994


   Hi community,
   
   We are working on a plan for ShardingSphere-Proxy to support queries on 
`information_schema` to resolve some remaining issues. At the same time, this 
work can also solve the problem that some SQL clients cannot connect to the 
Proxy.
   
   Since this is an important and complex feature, we need to implement it step 
by step.
   
   > _Notice: Some tables or columns are not applicable in distributed 
scenarios and will not be fully supported._ 
   
   First, we will start with `MySQL`.
   
   If you have more related questions or suggestions, please comment in this 
issue.
   
   
   #### Related issues:
   - #6693
   - #11992
   - #3572
   
   
   #### Sample SQLs:
   
   - SELECT SCHEMA_NAME, DEFAULT_CHARACTER_SET_NAME, DEFAULT_COLLATION_NAME 
FROM information_schema.SCHEMATA
   - SELECT COUNT(*) AS support_ndb FROM information_schema.ENGINES WHERE 
Engine = 'ndbcluster'
   - select * from information_schema.columns where table_schema = 
'sharding_db';
   
   #### Supported:
   - none
   
   


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