Commit 8524c812 authored by Vasil Dimov's avatar Vasil Dimov Committed by Jan Lindström

Make config knob wsrep_certification_rules dynamic

There is no reason for it to be readonly at runtime and it is dynamic in
5.6+ already.
parent b47a2182
No related merge requests found
...@@ -3895,7 +3895,7 @@ static Sys_var_enum Sys_wsrep_certification_rules( ...@@ -3895,7 +3895,7 @@ static Sys_var_enum Sys_wsrep_certification_rules(
"failures. " "failures. "
"\"optimized\": relaxed rules that allow more concurrency and " "\"optimized\": relaxed rules that allow more concurrency and "
"cause less certification failures.", "cause less certification failures.",
READ_ONLY GLOBAL_VAR(wsrep_certification_rules), CMD_LINE(REQUIRED_ARG), GLOBAL_VAR(wsrep_certification_rules), CMD_LINE(REQUIRED_ARG),
wsrep_certification_rules_names, DEFAULT(WSREP_CERTIFICATION_RULES_STRICT), wsrep_certification_rules_names, DEFAULT(WSREP_CERTIFICATION_RULES_STRICT),
NO_MUTEX_GUARD, NOT_IN_BINLOG, ON_CHECK(0), NO_MUTEX_GUARD, NOT_IN_BINLOG, ON_CHECK(0),
ON_UPDATE(0)); ON_UPDATE(0));
......
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