mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Merge mysql.com:/home/mydev/mysql-5.0
into mysql.com:/home/mydev/mysql-5.0-wl2050-new
This commit is contained in:
commit
036a61c241
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ void manager(const char *socket_file_name)
|
||||||
in the process.
|
in the process.
|
||||||
*/
|
*/
|
||||||
int signo;
|
int signo;
|
||||||
sigwait(&mask, &signo);
|
my_sigwait(&mask, &signo);
|
||||||
thread_repository.deliver_shutdown();
|
thread_repository.deliver_shutdown();
|
||||||
/* don't pthread_exit to kill all threads who did not shut down in time */
|
/* don't pthread_exit to kill all threads who did not shut down in time */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue