mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Added a comment re Bug#14164
server-tools/instance-manager/manager.cc: Additional comment for the bugfix
This commit is contained in:
@@ -231,6 +231,12 @@ void manager(const Options &options)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __WIN__
|
#ifndef __WIN__
|
||||||
|
/*
|
||||||
|
On some Darwin kernels SIGHUP is delivered along with most
|
||||||
|
signals. This is why we skip it's processing on these
|
||||||
|
platforms. For more details and test program see
|
||||||
|
Bug #14164 IM tests fail on MacOS X (powermacg5)
|
||||||
|
*/
|
||||||
#ifdef IGNORE_SIGHUP_SIGQUIT
|
#ifdef IGNORE_SIGHUP_SIGQUIT
|
||||||
if ( SIGHUP == signo )
|
if ( SIGHUP == signo )
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user