Commit 9efd0207 authored by Sergei Golubchik's avatar Sergei Golubchik

fix the code to compile

parent cd9e69ec
......@@ -1920,9 +1920,6 @@ Sys_var_slave_parallel_mode::global_update(THD *thd, set_var *var)
my_error(WARN_NO_MASTER_INFO, MYF(0), base_name->length, base_name->str);
return true;
}
mi_slave_parallel_mode_ptr(base_name, &value_ptr, false);
if (value_ptr)
*value_ptr= new_value;
return res;
}
......
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