diff options
author | unknown <istruewing@chilla.local> | 2007-02-02 10:03:22 +0100 |
---|---|---|
committer | unknown <istruewing@chilla.local> | 2007-02-02 10:03:22 +0100 |
commit | d03d298735ed922f29c3f994c21ffcd53ce33598 (patch) | |
tree | e10387853f4838bee7b858b6cd2e475b081c0c75 /mysys/my_thr_init.c | |
parent | cd4670a7aa270c655dd9a7a45d0c1e05b6f25dd0 (diff) | |
parent | 5305cd7caf74919b1da4413a9923da1c0ff00734 (diff) | |
download | mariadb-git-d03d298735ed922f29c3f994c21ffcd53ce33598.tar.gz |
Merge chilla.local:/home/mydev/mysql-4.1-axmrg
into chilla.local:/home/mydev/mysql-5.0-axmrg
include/my_pthread.h:
Auto merged
include/thr_alarm.h:
Auto merged
mysys/my_pthread.c:
Auto merged
mysys/my_thr_init.c:
Auto merged
Diffstat (limited to 'mysys/my_thr_init.c')
-rw-r--r-- | mysys/my_thr_init.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mysys/my_thr_init.c b/mysys/my_thr_init.c index b364498fb48..67ab1e4a38a 100644 --- a/mysys/my_thr_init.c +++ b/mysys/my_thr_init.c @@ -80,10 +80,6 @@ static uint get_thread_lib(void); my_bool my_thread_global_init(void) { thd_lib_detected= get_thread_lib(); - if (thd_lib_detected == THD_LIB_LT) - thr_client_alarm= SIGALRM; - else - thr_client_alarm= SIGUSR1; if (pthread_key_create(&THR_KEY_mysys,0)) { |