diff --git a/sql/sql_manager.cc b/sql/sql_manager.cc index a286497235e..b3d95c9ed31 100644 --- a/sql/sql_manager.cc +++ b/sql/sql_manager.cc @@ -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;