RaigorJiang opened a new issue, #34224: URL: https://github.com/apache/shardingsphere/issues/34224
## Bug Report ### Which version of ShardingSphere did you use? 5.5.2-SNAPSHOT a6a09ba68baf3bad8dc088f2af8ebecf9ad58fa5 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior Query from unicast database ### Actual behavior <img width="724" alt="image" src="https://github.com/user-attachments/assets/64f4ac59-75c0-4580-b3e9-433dad6b78a0" /> ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. 1. Create logical database and register storage unit; 2. Quit current session; 3. Connect to Proxy and do not execute `USE DB`; 4. Execute SQL ```sql show variables where Variable_name in ('explicit_defaults_for_timestamp', 'sql_mode'); ``` -- 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]
