Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.2
-
None
Description
Use tcpdump we found COMPRESS set in handshake packet, but it should not;
We think the problem is here
mysql_client.cc:340
// Check that we match the old values |
ss_dassert(mysql_server_capabilities_one[0] = 0xff); |
ss_dassert(mysql_server_capabilities_one[1] = 0xf7); |