summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/galera_mdev_13787.result
blob: 4d0770918c05e490d72bc0f467dd764e28f9d261 (plain)
1
2
3
4
5
6
connection node_2;
connection node_1;
connection node_1;
create table t(a int);
insert into t select 1;
DROP TABLE t;