summaryrefslogtreecommitdiff
path: root/mysys/thr_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mysys/thr_timer.c')
-rw-r--r--mysys/thr_timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/thr_timer.c b/mysys/thr_timer.c
index 1532875d7f3..1b614ac48bd 100644
--- a/mysys/thr_timer.c
+++ b/mysys/thr_timer.c
@@ -85,7 +85,6 @@ my_bool init_thr_timer(uint alloc_timers)
/* Create a thread to handle timers */
pthread_attr_init(&thr_attr);
pthread_attr_setscope(&thr_attr,PTHREAD_SCOPE_PROCESS);
- pthread_attr_setstacksize(&thr_attr,8196);
thr_timer_inited= 1;
if (mysql_thread_create(key_thread_timer, &timer_thread, &thr_attr,
timer_handler, NULL))