- 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
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