summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/MW-357.result
blob: dc391be4dd3aa1a78dc69a26ff9afb72c272bb41 (plain)
1
2
3
4
5
6
7
8
9
10
11
connection node_2;
connection node_1;
connection node_2;
SET GLOBAL wsrep_slave_threads = 0;
Warnings:
Warning	1292	Truncated incorrect wsrep_slave_threads value: '0'
connection node_1;
CREATE TABLE t1 (f1 INT PRIMARY KEY) Engine=InnoDB;
connection node_1;
INSERT INTO t1 VALUES (1);
DROP TABLE t1;