mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user