1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Bug #29133 mysqld does not exit during shutdown

- Fix faulty merge by adding back the 'pthread_kill' call that
 wakes up the select thread
This commit is contained in:
msvensson@pilot.(none)
2007-06-26 14:18:53 +02:00
parent 8e65f66378
commit 058877e05e

View File

@@ -762,6 +762,7 @@ static void close_connections(void)
DBUG_PRINT("info",("Waiting for select thread"));
#ifndef DONT_USE_THR_ALARM
if (pthread_kill(select_thread, thr_client_alarm))
break; // allready dead
#endif
set_timespec(abstime, 2);