Commit 402b7e12 authored by unknown's avatar unknown

remove volatile. fixes windows build

WL#1034 (Internal CRON)


sql/set_var.cc:
  remove volatile. fixes windows build
parent 5f5dee66
...@@ -109,7 +109,7 @@ extern ulong ndb_report_thresh_binlog_mem_usage; ...@@ -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; static HASH system_variable_hash;
const char *bool_type_names[]= { "OFF", "ON", NullS }; 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