Merge sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.0-build
This commit is contained in:
commit
1af6b027d6
@ -704,7 +704,7 @@ static void close_connections(void)
|
|||||||
DBUG_PRINT("info",("Waiting for select thread"));
|
DBUG_PRINT("info",("Waiting for select thread"));
|
||||||
|
|
||||||
#ifndef DONT_USE_THR_ALARM
|
#ifndef DONT_USE_THR_ALARM
|
||||||
if (pthread_kill(select_thread, THR_SERVER_ALARM))
|
if (pthread_kill(select_thread, thr_client_alarm))
|
||||||
break; // allready dead
|
break; // allready dead
|
||||||
#endif
|
#endif
|
||||||
set_timespec(abstime, 2);
|
set_timespec(abstime, 2);
|
||||||
@ -2238,6 +2238,8 @@ static void init_signals(void)
|
|||||||
#ifdef SIGTSTP
|
#ifdef SIGTSTP
|
||||||
sigaddset(&set,SIGTSTP);
|
sigaddset(&set,SIGTSTP);
|
||||||
#endif
|
#endif
|
||||||
|
if (thd_lib_detected != THD_LIB_LT)
|
||||||
|
sigaddset(&set,THR_SERVER_ALARM);
|
||||||
if (test_flags & TEST_SIGINT)
|
if (test_flags & TEST_SIGINT)
|
||||||
{
|
{
|
||||||
// May be SIGINT
|
// May be SIGINT
|
||||||
@ -3422,7 +3424,7 @@ int main(int argc, char **argv)
|
|||||||
#if defined(SIGUSR2)
|
#if defined(SIGUSR2)
|
||||||
thr_kill_signal= thd_lib_detected == THD_LIB_LT ? SIGINT : SIGUSR2;
|
thr_kill_signal= thd_lib_detected == THD_LIB_LT ? SIGINT : SIGUSR2;
|
||||||
#else
|
#else
|
||||||
thr_kill_signal= thd_lib_detected == SIGINT;
|
thr_kill_signal= SIGINT;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _CUSTOMSTARTUPCONFIG_
|
#ifdef _CUSTOMSTARTUPCONFIG_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user