summaryrefslogtreecommitdiff
path: root/mysys/my_init.c
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2001-02-07 23:27:19 +0200
committermonty@donna.mysql.com <>2001-02-07 23:27:19 +0200
commit059ad7f078297881fefeff7df2bc5795298f54fd (patch)
treed7fa348f41efb0b9fb57e0fe2b6be333f71433cb /mysys/my_init.c
parentd487e5a9b1702ffaeb7afd8656cd811be1493576 (diff)
downloadmariadb-git-059ad7f078297881fefeff7df2bc5795298f54fd.tar.gz
Force sockets to be blocking on HPUX 11.0
Changed BITMAP to MY_BITMAP to avoid type conflict on windows
Diffstat (limited to 'mysys/my_init.c')
-rw-r--r--mysys/my_init.c1
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();