summaryrefslogtreecommitdiff
path: root/mysql-test/suite/wsrep/t/mdev_10186.test
blob: f86c69f8a5b919a98adbd5d824ce73dfd7ab677a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--source include/have_innodb.inc
--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://';