summaryrefslogtreecommitdiff
path: root/mysys/my_pthread.c
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-08-17 18:02:56 +0300
committermonty@hundin.mysql.fi <>2002-08-17 18:02:56 +0300
commitf7c8bd0e47b8a037f4eb0a7dca2816af97604d07 (patch)
treecb6c69dea958c68e0dfee4737f5b9a8f63b37aee /mysys/my_pthread.c
parentca2e3aacff23f38a89bc005afe6bc34a616e561f (diff)
downloadmariadb-git-f7c8bd0e47b8a037f4eb0a7dca2816af97604d07.tar.gz
Portability fixes for 4.0.3 build.
Don't update MyISAM index file on UPDATE if index is not changed
Diffstat (limited to 'mysys/my_pthread.c')
-rw-r--r--mysys/my_pthread.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mysys/my_pthread.c b/mysys/my_pthread.c
index 9abe5d22c92..54a5c71c695 100644
--- a/mysys/my_pthread.c
+++ b/mysys/my_pthread.c
@@ -387,14 +387,13 @@ int pthread_signal(int sig, void (*func)())
#undef pthread_mutex_destroy
#undef pthread_mutex_wait
#undef pthread_mutex_timedwait
+#undef pthread_mutex_trylock
#undef pthread_mutex_t
+#undef pthread_cond_init
#undef pthread_cond_wait
#undef pthread_cond_timedwait
-#undef pthread_mutex_trylock
-#undef pthread_mutex_t
#undef pthread_cond_t
-
/*****************************************************************************
** Patches for AIX and DEC OSF/1 3.2
*****************************************************************************/