#754056 mysql-server: When using file logging traps in mysqld_safe do not have an effect

Package:
mysql-server
Source:
mysql-8.0
Description:
MySQL database server and system database setup
Submitter:
Mitar
Date:
2014-07-07 06:15:06 UTC
Severity:
important
#754056#5
Date:
2014-07-07 06:14:38 UTC
From:
To:
Hi!

This is a followup to bug #208364. #208364 added a patch which make mysqld_safe respond to signals and nicely terminate mysqld. The issue is that it does not cover the case when --skip-syslog --log-error is used to run mysqld_safe. "& wait" is missing in the command line in that code path. Adding it solves the issue.


Mitar