diff options
author | unknown <istruewing@chilla.local> | 2007-02-14 12:02:58 +0100 |
---|---|---|
committer | unknown <istruewing@chilla.local> | 2007-02-14 12:02:58 +0100 |
commit | 4036bd9e0387ef12c8d339732b4393fa95bd719b (patch) | |
tree | 2636ee1b8481dd66b9756e87c6bad096274ce191 /mysys | |
parent | c039eed82cb21d75965fd9b2e936396e0282e0cb (diff) | |
parent | 6a46b6d6e6a69c152efd10867f101995322d1c8f (diff) | |
download | mariadb-git-4036bd9e0387ef12c8d339732b4393fa95bd719b.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into chilla.local:/home/mydev/mysql-5.0-axmrg
mysys/my_pthread.c:
SCCS merged
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/my_thr_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysys/my_thr_init.c b/mysys/my_thr_init.c index 67ab1e4a38a..abacc7bc004 100644 --- a/mysys/my_thr_init.c +++ b/mysys/my_thr_init.c @@ -47,6 +47,8 @@ pthread_mutexattr_t my_fast_mutexattr; pthread_mutexattr_t my_errorcheck_mutexattr; #endif +uint thd_lib_detected; + #ifdef NPTL_PTHREAD_EXIT_BUG /* see my_pthread.h */ /* |