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:
Markus Mäkelä 2018-04-10 15:24:57 +03:00
parent 099219fa0f
commit f94d1a9863
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -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