1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-18 17:42:20 +03:00
Files
mariadb/mysql-test/suite/wsrep/t/mdev_10186.test
Brave Galera Crew 36a2a185fe Galera4
2019-01-23 15:30:00 +04:00

15 lines
397 B
Plaintext

--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://';