summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorcmiller@zippy.cornsilk.net <>2007-02-14 10:47:39 -0500
committercmiller@zippy.cornsilk.net <>2007-02-14 10:47:39 -0500
commit154f7f396eb4d70d37d77249a254762320e345dc (patch)
tree86681ff03d4f437135ad77156d2c1ec5ec5d33b1 /mysys
parent9e9dd4327c76d10a07783f790f65cd4487da264d (diff)
parentc84ee7079ce6918123eebb1acd4b3a57b25d123e (diff)
downloadmariadb-git-154f7f396eb4d70d37d77249a254762320e345dc.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
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)