bgrainger commented on issue #6861: URL: https://github.com/apache/shardingsphere/issues/6861#issuecomment-1332293081
The issue is that ShardingSphere claims to be MySQL 5.7 (or later) in the Initial Handshake packet, but doesn't support MySQL 5.7 protocol features such as COM_RESET_CONNECTION. https://github.com/apache/shardingsphere/blob/f6a202bfde51b00dcfb02453e32697fc3c736324/proxy/frontend/mysql/src/test/java/org/apache/shardingsphere/proxy/frontend/mysql/command/MySQLCommandPacketFactoryTest.java#L227-L230 If ShardingSphere only supports the MySQL 5.6 protocol, it shouldn't present a MySQL 5.7 version number. -- 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]
