Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1.14
-
Component/s: maxinfo
-
Labels:None
-
Environment: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