mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
13 lines
349 B
Text
13 lines
349 B
Text
--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_result /usr/lib64/ /usr/lib/
|
|
SELECT @@GLOBAL.wsrep_provider;
|
|
SET @@GLOBAL.wsrep_cluster_address='gcomm://';
|
|
|