Bug #93240 | wait_timeout error not clear and not sent to client before closing connection | ||
---|---|---|---|
Submitted: | 17 Nov 2018 21:34 | Modified: | 1 Apr 2019 18:01 |
Reporter: | Mattias Jonsson (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Connection Handling | Severity: | S4 (Feature request) |
Version: | 5.7.24, 8.0.13 | OS: | Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution |
[17 Nov 2018 21:34]
Mattias Jonsson
[18 Nov 2018 5:46]
MySQL Verification Team
Hello Mattias, Thank you for the feature request! regards, Umesh
[20 Nov 2018 12:39]
MySQL Verification Team
Hello Mattias, As you probably know that in order to submit contributions you must first sign the Oracle Contribution Agreement (OCA). For additional information please check http://www.oracle.com/technetwork/community/oca-486395.html. If you have any questions, please contact the MySQL community team at https://dev.mysql.com/community/ regards, Umesh
[6 Dec 2018 15:26]
Mattias Jonsson
Pull request from https://github.com/mysql/mysql-server/pull/233 (*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: bug93240.patch (application/octet-stream, text), 15.53 KiB.
[7 Dec 2018 5:02]
MySQL Verification Team
Thank you Mattias for the contribution. regards, Umesh
[12 Dec 2018 15:22]
OCA Admin
Contribution submitted via Github - Bug#93240 wait_timeout error not clear and not sent to client. (*) Contribution by Mattias Jonsson (Github mjonss, mysql-server/pull/233#issuecomment-446191639): > Hi, thank you for submitting this pull request. In order to consider your code we need you to sign the Oracle Contribution Agreement (OCA). Please review the details and follow the instructions at http://www.oracle.com/technetwork/community/oca-486395.html > Please make sure to include your MySQL bug system user (email) in the returned form. > Thanks I am included in the booking.com OCA, also states ''(OCA)'' after my name (as reporter) in the bug: https://bugs.mysql.com/bug.php?id=93240
Contribution: git_patch_236567060.txt (text/plain), 15.97 KiB.
[1 Apr 2019 18:01]
Paul DuBois
Posted by developer: Fixed in 8.0.17. When clients were terminated for inactivity exceeding the wait_timeout value, the message written to the error log was unclear. Now ER_NET_WAIT_ERROR is written, which is more specific about the cause of the problem.
[8 Aug 2019 15:29]
Paul DuBois
Posted by developer: Thanks to Mattias Jonsson for the contribution.