summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authoribabaev@bk-internal.mysql.com <>2007-02-13 23:35:06 +0100
committeribabaev@bk-internal.mysql.com <>2007-02-13 23:35:06 +0100
commit266300142e84111c8acbfae25ff1e741f3c80f94 (patch)
treee7c9c5ef34c15e106ecfffeae09f22401013ba30 /mysys
parent7dcdbdf37bb391df0b16d377550e70253196931f (diff)
parent0461228a701d017754437e88b03c523b0fddbc21 (diff)
downloadmariadb-git-266300142e84111c8acbfae25ff1e741f3c80f94.tar.gz
Merge bk-internal.mysql.com:/data0/bk/mysql-5.0
into bk-internal.mysql.com:/data0/bk/mysql-5.0-opt
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)