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