Bug #106590 Fix spell of log messages in mysql_safe
Submitted: 28 Feb 2022 3:13 Modified: 12 Mar 2022 15:03
Reporter: bin wang (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Logging Severity:S3 (Non-critical)
Version:8.0, 5.7 OS:Any
Assigned to: CPU Architecture:Any

[28 Feb 2022 3:13] bin wang
Description:

log_notice "The server is respawning too fast and no working sleep command. Turning off trottling."

I think should change to

log_notice "The server is respawning too fast and no working sleep command. Turning off throttling."

How to repeat:
just code typo error
[28 Feb 2022 3:14] bin wang
suggested fix patch

Attachment: mysqld_safe.patch (application/octet-stream, text), 495 bytes.

[28 Feb 2022 6:36] MySQL Verification Team
Hello bin wang,

Thank you for the report and feedback.

regards,
Umesh
[28 Feb 2022 7:00] MySQL Verification Team
Thank you very much for your patch contribution, we appreciate it!

In order for us to continue the process of reviewing your contribution to MySQL, please send us a signed copy of the Oracle Contributor Agreement (OCA) as outlined in https://oca.opensource.oracle.com

Signing an OCA needs to be done only once and it's valid for all other Oracle governed Open Source projects as well.

Getting a signed/approved OCA on file will help us facilitate your contribution - this one, and others in the future.  

Please let me know, if you have any questions.

Thank you for your interest in MySQL.
[12 Mar 2022 15:03] Daniel Price
Posted by developer:
 
Fixed as of the upcoming 5.7.38, 8.0.29 release:

mysqld_safe log message textual errors were corrected. Thanks to Bin Wang
at China Mobile for the contribution. 

Thank you for the bug report.