mirror of
https://github.com/MariaDB/server.git
synced 2025-05-31 08:42:45 +03:00
14 lines
364 B
Plaintext
14 lines
364 B
Plaintext
--source include/have_wsrep_provider.inc
|
|
--source include/have_binlog_format_row.inc
|
|
|
|
--echo #
|
|
--echo # MDEV-10186: mysqld crash when runtime setting
|
|
--echo # wsrep_cluster_address without wsrep_on=ON
|
|
--echo #
|
|
|
|
SELECT @@wsrep_on;
|
|
--replace_regex /.*libgalera_smm.so/libgalera_smm.so/
|
|
SELECT @@GLOBAL.wsrep_provider;
|
|
SET @@GLOBAL.wsrep_cluster_address='gcomm://';
|
|
|