Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The MySQL protocol documentation says that the compression level is int<1> which is a one byte unsigned integer. The Connector/C seems to send it in 4 bytes.
This suggests that the MySQL implementation isn't strict about the size of the packet being received but for the sake of correctness, it should still be a one byte integer.