young138120 opened a new issue, #25247: URL: https://github.com/apache/shardingsphere/issues/25247
I deploy the proxy server with 5.3.2 version and I defind database with many of datasource start the proxy server successful but,when i login proxy server by mysql client and execute comand 'use database' it will log like this: ` [INFO ] 2023-04-20 08:56:55.693 [Connection-5-ThreadExecutor] ShardingSphere-SQL - Logic SQL: SHOW COLUMNS FROM sy_fanwei FROM jn_proxy_db [INFO ] 2023-04-20 08:56:55.693 [Connection-5-ThreadExecutor] ShardingSphere-SQL - Actual SQL: ds_now ::: SHOW COLUMNS FROM sy_fanwei [INFO ] 2023-04-20 08:56:55.744 [Connection-5-ThreadExecutor] ShardingSphere-SQL - Logic SQL: SHOW COLUMNS FROM or_rescue_order_201909 FROM jn_proxy_db [INFO ] 2023-04-20 08:56:55.744 [Connection-5-ThreadExecutor] ShardingSphere-SQL - Actual SQL: ds_now ::: SHOW COLUMNS FROM or_rescue_order_201909 [INFO ] 2023-04-20 08:57:02.670 [Connection-5-ThreadExecutor] ShardingSphere-SQL - Logic SQL: SHOW COLUMNS FROM sy_user_info FROM jn_proxy_db [INFO ] 2023-04-20 08:57:02.670 [Connection-5-ThreadExecutor] ShardingSphere-SQL - Actual SQL: ds_now ::: SHOW COLUMNS FROM sy_user_info [INFO ] 2023-04-20 08:57:02.762 [Connection-5-ThreadExecutor] ShardingSphere-SQL - Logic SQL: SHOW COLUMNS FROM or_pay_record FROM jn_proxy_db [INFO ] 2023-04-20 08:57:02.762 [Connection-5-ThreadExecutor] ShardingSphere-SQL - Actual SQL: ds_now ::: SHOW COLUMNS FROM or_pay_record ` show columns all of table in the database,why is it do that? -- 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]
