mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
portability fix
server-tools/instance-manager/mysqlmanager.cc: removed non-portable sys_siglist
This commit is contained in:
@@ -232,8 +232,7 @@ spawn:
|
|||||||
sigsuspend(&zeromask);
|
sigsuspend(&zeromask);
|
||||||
|
|
||||||
if (is_terminated)
|
if (is_terminated)
|
||||||
log_info("angel got signal %d (%s), exiting",
|
log_info("angel got signal %d, exiting", is_terminated);
|
||||||
is_terminated, sys_siglist[is_terminated]);
|
|
||||||
else if (child_status == CHILD_NEED_RESPAWN)
|
else if (child_status == CHILD_NEED_RESPAWN)
|
||||||
{
|
{
|
||||||
child_status= CHILD_OK;
|
child_status= CHILD_OK;
|
||||||
|
Reference in New Issue
Block a user