remove volatile. fixes windows build

WL#1034 (Internal CRON)


sql/set_var.cc:
  remove volatile. fixes windows build
This commit is contained in:
unknown 2006-02-09 23:15:48 +01:00
parent 5f5dee66d3
commit 402b7e1243

View File

@ -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 };