[ShardingSphere-Proxy] Missing return field
See original GitHub issueBug Report
select VERSION(), @@sql_mode;
Which version of ShardingSphere did you use?
ShardingSphere-Proxy 5.1.2
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-Proxy 5.1.2
Expected behavior
| 5.7.34 | ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
Actual behavior
Only return the first field value: 5.7.34-ShardingSphere-Proxy 5.1.2
Issue Analytics
- State:
- Created a year ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Apache ShardingSphere document
The project is committed to providing a multi‐source heterogeneous, enhanced database platform and further building an ecosystem around the upper layer of ...
Read more >ShardingSphere-Proxy Unable to work with apache flink cdc ...
ShardingSphere is missing the information_schema database which provider the metadata information of the instance databases,may be that's ...
Read more >Create Your Distributed Database on Kubernetes with Existing ...
ShardingSphere -Proxy is a transparent database proxy that acts as a MySQL or PostgreSQL database server while supporting sharding databases, ...
Read more >Apache ShardingSphere Enterprise Applications - Bilibili
Q: Can ShardingSphere converge the connection number? A: ShardingSphere-Proxy can converge the connection number, but it will definitely lead to performance ...
Read more >Cloud native deployment for a high-performance data ...
ShardingSphere -Proxy provides Docker images for deployment in containers. ... by back-end databases allows engineers to access all back-end ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This issue is caused by the result of selecting a function is hardcoded.
https://github.com/apache/shardingsphere/blob/a3a0d3db8d419dd45cc1e0c33c64d7f81edc0655/shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/admin/mysql/executor/ShowVersionExecutor.java#L38-L53
Hi, I hava two thoughts on this issue.
represent some modes supported by the database. I think the mode should be provided by ShardingSphere-Proxy better than database . So, Is it necessary to add the mode configuration supported by ShardingSphere ? I wonder what you think about that。