[MXS-1767] Server capabilities are not correct Created: 2018-04-09  Updated: 2018-04-10  Resolved: 2018-04-10

Status: Closed
Project: MariaDB MaxScale
Component/s: mariadbclient
Affects Version/s: 2.2
Fix Version/s: 2.1.17

Type: Bug Priority: Major
Reporter: dapeng huang Assignee: markus makela
Resolution: Fixed Votes: 0
Labels: None

Attachments: PNG File D06DFA2C-6EF2-4B93-BC0B-30C85F81B7A1.png    

 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);


Generated at Thu Feb 08 04:09:15 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.