mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix merge.
This commit is contained in:
@ -324,6 +324,12 @@ static int angel_main_loop()
|
||||
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...");
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user