summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/galera/t/galera_mdev_13787.test
blob: 940cffb8b65ad503e73ffcbeb4dbe217a76745cb (plain)
1
2
3
4
5
6
--source include/galera_cluster.inc
--source include/have_innodb.inc
--connection node_1
create table t(a int);
insert into t select 1;
DROP TABLE t;