mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 18:55:31 +02:00
mysql_priv.h manager_status is volatile
sql_manager.cc manager_status is volatile sql/mysql_priv.h: manager_status is volatile sql/sql_manager.cc: manager_status is volatile
This commit is contained in:
parent
53c0d95e92
commit
2c660371c9
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#include "mysql_priv.h"
|
||||
#include "sql_manager.h"
|
||||
|
||||
ulong manager_status;
|
||||
ulong volatile manager_status;
|
||||
bool volatile manager_thread_in_use;
|
||||
|
||||
pthread_t manager_thread;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue