Commit 0aced4da authored by andrey@lmy004's avatar andrey@lmy004

remove volatile. fixes windows build

WL#1034 (Internal CRON)
parent 541e6734
......@@ -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 };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment