Bug #59959 | small values of --max-allowed-packet are not being honored | ||
---|---|---|---|
Submitted: | 5 Feb 2011 0:51 | Modified: | 26 Apr 2011 15:20 |
Reporter: | Shawn Green | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: General | Severity: | S2 (Serious) |
Version: | 5.1.49 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[5 Feb 2011 0:51]
Shawn Green
[5 Feb 2011 0:52]
MySQL Verification Team
A session log indicating the failure of max_allowed_packet to reject a command that was too large
Attachment: bug59959_testcase.txt (text/plain), 11.76 KiB.
[26 Apr 2011 15:20]
Paul DuBois
Noted in 5.1.57, 5.5.12, 5.6.3 changelogs. The server permitted max_allowed_packet to be set lower than net_buffer_length, which does not make sense because max_allowed_packet is the upper limit on net_buffer_length values. Now a warning occurs and the value remains unchanged. CHANGESET - http://lists.mysql.com/commits/134032