mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merged.
This commit is contained in:
@ -365,10 +365,10 @@ spawn:
|
||||
pid= getpid(); /* Get our pid. */
|
||||
|
||||
log_info("Angel pid file: '%s'; PID: %d.",
|
||||
(const char *) options.angel_pid_file_name,
|
||||
(const char *) Options::Daemon::angel_pid_file_name,
|
||||
(int) pid);
|
||||
|
||||
create_pid_file(Options::angel_pid_file_name, pid);
|
||||
create_pid_file(Options::Daemon::angel_pid_file_name, pid);
|
||||
|
||||
while (child_status == CHILD_OK && is_terminated == 0)
|
||||
sigsuspend(&zeromask);
|
||||
|
Reference in New Issue
Block a user