diff options
author | monty@hundin.mysql.fi <> | 2002-08-17 18:02:56 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-17 18:02:56 +0300 |
commit | f7c8bd0e47b8a037f4eb0a7dca2816af97604d07 (patch) | |
tree | cb6c69dea958c68e0dfee4737f5b9a8f63b37aee /mysys | |
parent | ca2e3aacff23f38a89bc005afe6bc34a616e561f (diff) | |
download | mariadb-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')
-rw-r--r-- | mysys/my_pthread.c | 5 |
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 *****************************************************************************/ |