Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
mysql-connector-python > 2.0.0
Description
there are two problems:
1. after handshake, mysql-connector-python will send a query 'set @@session.names=xxx', and maxinfo do not handle it properly;
2. maxinfo response ping command with 5 bytes ok packet, but python client do not recognize it
may another client have same problem; blow is my fix