mirror of
https://github.com/MariaDB/server.git
synced 2025-04-02 05:15:33 +02:00

* Remove usage of wsrep_provider variable in galera_ist_restart_joiner
* Rename galera_load_provider.inc and galera_unload_provider.inc to
galera_stop_replication.inc and galera_start_replication.inc. Their
original names were no longer reflecting what these include files do.
followup for ce3a2a688d
Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
6 lines
217 B
PHP
6 lines
217 B
PHP
--echo Unloading wsrep provider ...
|
|
|
|
--let $wsrep_cluster_address_orig = `SELECT @@wsrep_cluster_address`
|
|
--let $wsrep_provider_options_orig = `SELECT @@wsrep_provider_options`
|
|
|
|
SET GLOBAL wsrep_cluster_address = '';
|