mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
12 lines
310 B
Plaintext
12 lines
310 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;
|
|
SET @@GLOBAL.wsrep_cluster_address='gcomm://';
|