1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix merge.

This commit is contained in:
unknown
2007-02-24 13:37:13 +03:00
parent 4ce41024c1
commit 13cb957c77

View File

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