summaryrefslogtreecommitdiff
path: root/mysys/my_thr_init.c
diff options
context:
space:
mode:
authoristruewing@chilla.local <>2007-02-02 11:34:22 +0100
committeristruewing@chilla.local <>2007-02-02 11:34:22 +0100
commit80ca34c3a855fb872570b0b64a298a6c54439795 (patch)
tree004378d4e23f0c766f85ef1c4f0c38b9dfbf7ab6 /mysys/my_thr_init.c
parented099870832bbb0ce0c4be13554e30e7adcd259c (diff)
parent1616e201d8e6af7cd92335c4b91fd955224f1751 (diff)
downloadmariadb-git-80ca34c3a855fb872570b0b64a298a6c54439795.tar.gz
Merge chilla.local:/home/mydev/mysql-5.0-axmrg
into chilla.local:/home/mydev/mysql-5.1-axmrg
Diffstat (limited to 'mysys/my_thr_init.c')
-rw-r--r--mysys/my_thr_init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysys/my_thr_init.c b/mysys/my_thr_init.c
index 9d706883869..bb502846331 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))
{