Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.2.9
-
None
Description
The following debug assertion in the is_large_query function fails in 2.2.
ss_dassert(MYSQL_GET_PAYLOAD_LEN(GWBUF_DATA(buf)) == buflen - MYSQL_HEADER_LEN);
|
The number of bytes in the buffer is larger than the packet size which means that more than one packet was routed.