1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
This commit is contained in:
anozdrin@mysql.com
2006-05-22 15:20:40 +04:00
parent 4a43bd1a3a
commit e3d0c1a7f1
6 changed files with 28 additions and 23 deletions

View File

@ -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);