Bug#43397 mysql headers redefine pthread_mutex_init

unnecessarily

Changing an instance of the define that was missed
in the original commit due to the fact that it was
misspelled.
This commit is contained in:
Staale Smedseng 2009-12-20 19:02:15 +01:00
parent b66b3c1635
commit 00e6c3a89e

View File

@ -160,7 +160,7 @@ typedef uint rf_SetTimer;
#define isnan(X) _isnan(X)
#define finite(X) _finite(X)
#ifndef UNDEF_THREAD_HACK
#ifndef MYSQL_CLIENT_NO_THREADS
#define THREAD
#endif
#define VOID_SIGHANDLER