Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2
-
Fix Version/s: 2.1.17
-
Component/s: mariadbclient
-
Labels: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); |