diff options
author | unknown <monty@hundin.mysql.fi> | 2002-08-12 03:40:36 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-08-12 03:40:36 +0300 |
commit | 071994ba3665ce2284de5e77a4f06c0b6e93eeeb (patch) | |
tree | 5dacc549219b2404fa30afac6d6955e53ef59aea /mysys/thr_rwlock.c | |
parent | 714f2b0f8b90dc843024aea2f3d9afb5becc24d9 (diff) | |
parent | b2e946136d21ec3102b3204ef1e2a1a10b404ff3 (diff) | |
download | mariadb-git-071994ba3665ce2284de5e77a4f06c0b6e93eeeb.tar.gz |
merge
sql/ha_innobase.cc:
merge (kept my changes to ha_innobase.cc to not use sprintf())
Diffstat (limited to 'mysys/thr_rwlock.c')
-rw-r--r-- | mysys/thr_rwlock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/thr_rwlock.c b/mysys/thr_rwlock.c index 866948a1c23..d4fe79a06ac 100644 --- a/mysys/thr_rwlock.c +++ b/mysys/thr_rwlock.c @@ -18,7 +18,6 @@ /* Synchronization - readers / writer thread locks */ #include "mysys_priv.h" -#include <my_pthread.h> #if defined(THREAD) && !defined(HAVE_PTHREAD_RWLOCK_RDLOCK) && !defined(HAVE_RWLOCK_INIT) /* |