summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorunknown <cmiller@zippy.cornsilk.net>2007-02-14 10:47:39 -0500
committerunknown <cmiller@zippy.cornsilk.net>2007-02-14 10:47:39 -0500
commit9d66be72b0ee079cecc39e09d4f4c0f7e1849dbc (patch)
tree86681ff03d4f437135ad77156d2c1ec5ec5d33b1 /mysys
parent035062b2a7506bfa159bfc67ed710a19beee2114 (diff)
parentc039eed82cb21d75965fd9b2e936396e0282e0cb (diff)
downloadmariadb-git-9d66be72b0ee079cecc39e09d4f4c0f7e1849dbc.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint sql/mysql_priv.h: Auto merged
Diffstat (limited to 'mysys')
-rw-r--r--mysys/my_pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_pthread.c b/mysys/my_pthread.c
index b9da9d4817a..0422e0c6512 100644
--- a/mysys/my_pthread.c
+++ b/mysys/my_pthread.c
@@ -29,7 +29,7 @@
#define SCHED_POLICY SCHED_OTHER
#endif
-uint thd_lib_detected;
+uint thd_lib_detected= 0;
#ifndef my_pthread_setprio
void my_pthread_setprio(pthread_t thread_id,int prior)