mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix windows build failure
Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
Values for manager_thread_in_use: 0 means "not started". 1 means "started
|
||||
and active". 2 means "stopped".
|
||||
*/
|
||||
static bool volatile manager_thread_in_use = 0;
|
||||
static int volatile manager_thread_in_use = 0;
|
||||
static bool abort_manager = false;
|
||||
|
||||
pthread_t manager_thread;
|
||||
|
Reference in New Issue
Block a user