TeslaCN commented on issue #6861: URL: https://github.com/apache/shardingsphere/issues/6861#issuecomment-1331769459
MySqlConnector will use `COM_RESET_CONNECTON` (higher server version) or `COM_CHANGE_USER` (lower server version) to reset state of connection. https://github.com/mysql-net/MySqlConnector/blob/c3a362e9f326c8b7773be389ec8496e221434641/src/MySqlConnector/Core/ServerSession.cs#L610-L669 -- 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]
