Commit ff6c4296 authored by Staale Smedseng's avatar Staale Smedseng

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.
parent 88552338
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment