diff options
author | istruewing@chilla.local <> | 2007-02-02 10:01:44 +0100 |
---|---|---|
committer | istruewing@chilla.local <> | 2007-02-02 10:01:44 +0100 |
commit | 3a664472de14322bb635baeec59d9c8bec0026c2 (patch) | |
tree | 2095b794c691b09421ab1f466b8228a82ff2ec7e /mysys/my_thr_init.c | |
parent | 33e1d1091ab9883cf07d56154c2bcf561d5a43df (diff) | |
download | mariadb-git-3a664472de14322bb635baeec59d9c8bec0026c2.tar.gz |
After merge fix
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 34fa2e8aa7e..42f025c39f3 100644 --- a/mysys/my_thr_init.c +++ b/mysys/my_thr_init.c @@ -61,10 +61,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)) { |