summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/t/galera_var_sst_auth.test
blob: 5c9b3f5a61e8e2ac7c4335586e6bc5ce3443fe8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--source include/galera_cluster.inc
--source include/have_innodb.inc

--echo #
--echo # MDEV-10492: Assertion failure on shutdown when wsrep_sst_auth set in config
--echo #

SELECT @@global.wsrep_sst_auth;
SET @@global.wsrep_sst_auth='foo:bar';
SELECT @@global.wsrep_sst_auth;

--source include/galera_end.inc