Commit a5938c30 authored by petr@mysql.com's avatar petr@mysql.com

Merge bk-internal.mysql.com:/home/bk/mysql-5.0

into mysql.com:/home/cps/mysql/trees/mysql-5.0
parents 77bbadbf 0faef6d0
...@@ -56,7 +56,7 @@ void manager(const char *socket_file_name) ...@@ -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 */
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment