Commit 30be3f7f authored by Alexey Botchkov's avatar Alexey Botchkov

MDEV-507 deb/rpm packages for galera builds.

        If settings are not suitable for the WSREP, just
        turn it off and keep working.
parent ab6d7298
......@@ -3701,7 +3701,7 @@ static int init_common_variables()
#ifdef WITH_WSREP
/* This is a protection against mutually incompatible option values. */
if (WSREP_ON && wsrep_check_opts (remaining_argc, remaining_argv))
return 1;
global_system_variables.wsrep_on= 0;
#endif /* WITH_WSREP */
if (get_options(&remaining_argc, &remaining_argv))
return 1;
......
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