summaryrefslogtreecommitdiff
path: root/storage/xtradb/os/os0thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/os/os0thread.c')
-rw-r--r--storage/xtradb/os/os0thread.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/xtradb/os/os0thread.c b/storage/xtradb/os/os0thread.c
index 34818ada804..e41c1163371 100644
--- a/storage/xtradb/os/os0thread.c
+++ b/storage/xtradb/os/os0thread.c
@@ -200,10 +200,6 @@ os_thread_create(
#ifndef UNIV_HPUX10
pthread_attr_destroy(&attr);
#endif
- if (srv_set_thread_priorities) {
-
- my_pthread_setprio(pthread, srv_query_thread_priority);
- }
if (thread_id) {
*thread_id = pthread;