mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
portability fix
server-tools/instance-manager/mysqlmanager.cc: removed non-portable sys_siglist
This commit is contained in:
parent
8c2ae72055
commit
163d8b27aa
1 changed files with 1 additions and 2 deletions
|
@ -232,8 +232,7 @@ spawn:
|
|||
sigsuspend(&zeromask);
|
||||
|
||||
if (is_terminated)
|
||||
log_info("angel got signal %d (%s), exiting",
|
||||
is_terminated, sys_siglist[is_terminated]);
|
||||
log_info("angel got signal %d, exiting", is_terminated);
|
||||
else if (child_status == CHILD_NEED_RESPAWN)
|
||||
{
|
||||
child_status= CHILD_OK;
|
||||
|
|
Loading…
Reference in a new issue