summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/galera/r/MDEV-25389.result
blob: f369fe4dbaee937e9fd0f129767b69d1403e0d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
connection node_2;
connection node_1;
connection node_1;
connection node_2;
connection node_2;
call mtr.add_suppression("WSREP: Failed to create/initialize system thread");
SET GLOBAL debug_dbug='+d,wsrep_simulate_failed_connection_1';
SET GLOBAL wsrep_slave_threads=2;
ERROR HY000: Incorrect arguments to SET
SELECT @@wsrep_slave_threads;
@@wsrep_slave_threads
1
SET GLOBAL debug_dbug='';
SET GLOBAL wsrep_slave_threads=1;
SELECT @@wsrep_slave_threads;
@@wsrep_slave_threads
1