diff options
author | istruewing@chilla.local <> | 2007-02-14 12:02:58 +0100 |
---|---|---|
committer | istruewing@chilla.local <> | 2007-02-14 12:02:58 +0100 |
commit | aba12aca0f41bcf9a5424cee595a9a750a8049e9 (patch) | |
tree | 2636ee1b8481dd66b9756e87c6bad096274ce191 /mysys | |
parent | c84ee7079ce6918123eebb1acd4b3a57b25d123e (diff) | |
parent | a3c3cda915e6a854728ba53354cde8614278ecc5 (diff) | |
download | mariadb-git-aba12aca0f41bcf9a5424cee595a9a750a8049e9.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into chilla.local:/home/mydev/mysql-5.0-axmrg
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 */ /* |