diff options
author | unknown <monty@donna.mysql.com> | 2001-02-07 23:27:19 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2001-02-07 23:27:19 +0200 |
commit | 455ac66af81bf2a85f48e4e59b23bd988ba4dcb0 (patch) | |
tree | d7fa348f41efb0b9fb57e0fe2b6be333f71433cb /mysys/my_init.c | |
parent | f816d6f16d5c4df073cf0bed40de07286f6c6cd5 (diff) | |
download | mariadb-git-455ac66af81bf2a85f48e4e59b23bd988ba4dcb0.tar.gz |
Force sockets to be blocking on HPUX 11.0
Changed BITMAP to MY_BITMAP to avoid type conflict on windows
configure.in:
Force sockets to be blocking on HPUX 11.0
include/my_bitmap.h:
Changed BITMAP to MY_BITMAP to avoid type conflict on windows
mysys/my_bitmap.c:
Changed BITMAP to MY_BITMAP to avoid type conflict on windows
mysys/my_init.c:
Removed LOCK_bitmap
sql/mysql_priv.h:
Changed BITMAP to MY_BITMAP to avoid type conflict on windows
sql/mysqld.cc:
Changed BITMAP to MY_BITMAP to avoid type conflict on windows
sql/violite.c:
Force sockets to be blocking on HPUX 11.0
Diffstat (limited to 'mysys/my_init.c')
-rw-r--r-- | mysys/my_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/my_init.c b/mysys/my_init.c index 62e48deb6a1..225b3115fbe 100644 --- a/mysys/my_init.c +++ b/mysys/my_init.c @@ -168,7 +168,6 @@ Voluntary context switches %ld, Involuntary context switches %ld\n", pthread_mutex_destroy(&THR_LOCK_keycache); pthread_mutex_destroy(&THR_LOCK_malloc); pthread_mutex_destroy(&THR_LOCK_open); - pthread_mutex_destroy(&LOCK_bitmap); DBUG_POP(); /* Must be done before my_thread_end */ my_thread_end(); my_thread_global_end(); |