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

--connection node_2
SET GLOBAL wsrep_slave_threads = 0;

--connection node_1
CREATE TABLE t1 (f1 INT PRIMARY KEY) Engine=InnoDB;

--connection node_1
INSERT INTO t1 VALUES (1);

DROP TABLE t1;