remove volatile. fixes windows build
WL#1034 (Internal CRON) sql/set_var.cc: remove volatile. fixes windows build
This commit is contained in:
parent
5f5dee66d3
commit
402b7e1243
@ -109,7 +109,7 @@ extern ulong ndb_report_thresh_binlog_mem_usage;
|
||||
|
||||
|
||||
|
||||
extern volatile my_bool event_executor_running_global_var;
|
||||
extern my_bool event_executor_running_global_var;
|
||||
|
||||
static HASH system_variable_hash;
|
||||
const char *bool_type_names[]= { "OFF", "ON", NullS };
|
||||
|
Loading…
x
Reference in New Issue
Block a user