mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Fix for IM compilation failure (reported be Ramil).
server-tools/instance-manager/thread_registry.h: Fix for the problem, encountered by Ramil
This commit is contained in:
@@ -100,7 +100,7 @@ private:
|
|||||||
bool shutdown_in_progress;
|
bool shutdown_in_progress;
|
||||||
pthread_mutex_t LOCK_thread_registry;
|
pthread_mutex_t LOCK_thread_registry;
|
||||||
pthread_cond_t COND_thread_registry_is_empty;
|
pthread_cond_t COND_thread_registry_is_empty;
|
||||||
pid_t sigwait_thread_pid;
|
pthread_t sigwait_thread_pid;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user