Commit 24fd6089 authored by Seppo Jaakola's avatar Seppo Jaakola

References lp:1012138 - merged fix from lp:codership-mysql

parent bd0eae59
...@@ -286,6 +286,7 @@ bool wsrep_provider_options_update(sys_var *self, THD* thd, enum_var_type type) ...@@ -286,6 +286,7 @@ bool wsrep_provider_options_update(sys_var *self, THD* thd, enum_var_type type)
if (ret != WSREP_OK) if (ret != WSREP_OK)
{ {
WSREP_ERROR("Set options returned %d", ret); WSREP_ERROR("Set options returned %d", ret);
refresh_provider_options();
return true; return true;
} }
return refresh_provider_options(); return refresh_provider_options();
......
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