MXS-1767: Remove old debug assertion
The old assertion expected MaxScale to present the COMPRESS capability which it doesn't support.
This commit is contained in:
parent
099219fa0f
commit
f94d1a9863
@ -342,10 +342,6 @@ int MySQLSendHandshake(DCB* dcb)
|
||||
mysql_server_capabilities_one[0] = (uint8_t)GW_MYSQL_CAPABILITIES_SERVER;
|
||||
mysql_server_capabilities_one[1] = (uint8_t)(GW_MYSQL_CAPABILITIES_SERVER >> 8);
|
||||
|
||||
// Check that we match the old values
|
||||
ss_dassert(mysql_server_capabilities_one[0] == 0xff);
|
||||
ss_dassert(mysql_server_capabilities_one[1] == 0xf7);
|
||||
|
||||
if (is_maria)
|
||||
{
|
||||
/** A MariaDB 10.2 server doesn't send the CLIENT_MYSQL capability
|
||||
|
Loading…
x
Reference in New Issue
Block a user