diff options
author | istruewing@chilla.local <> | 2007-02-16 10:39:45 +0100 |
---|---|---|
committer | istruewing@chilla.local <> | 2007-02-16 10:39:45 +0100 |
commit | 97c6a6c4e8a77598343cfb8467a80d32a8be7f3d (patch) | |
tree | 414de69d6f1c70fb87e9289c5c03840f8f548a94 /mysys | |
parent | 154f7f396eb4d70d37d77249a254762320e345dc (diff) | |
parent | f9e9bd9a0ca90309e8f8f011a21b6065b0febdcd (diff) | |
download | mariadb-git-97c6a6c4e8a77598343cfb8467a80d32a8be7f3d.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 */ /* |