mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix merge.
This commit is contained in:
@ -324,6 +324,12 @@ static int angel_main_loop()
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Delete IM-angel PID file. */
|
||||||
|
|
||||||
|
my_delete(Options::Daemon::angel_pid_file_name, MYF(0));
|
||||||
|
|
||||||
|
/* IM-angel finished. */
|
||||||
|
|
||||||
log_info("Angel: Manager exited normally. Exiting...");
|
log_info("Angel: Manager exited normally. Exiting...");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user