Comment 18 for bug 1208493

Revision history for this message
Alex Yurchenko (ayurchen) wrote :

Raghu,

Original config is lost because tachnically we don't know if it is suitable any more for a new provider. Maybe you want to reconfigure the whole thing. So the proper way to load the provider in run time should be:

1) SET GLOBAL wsrep_provider_options='...';
2) SET GLOBAL wsrep_provider='...';
3) SET GLOBAL wsrep_cluster_address='...'; (or bootstrap if applicable)

- but there is a bug that prevents proper setting of wsrep_provider_options in runtime: https://bugs.launchpad.net/codership-mysql/5.6/+bug/1260290