mariadb/mysql-test/suite/galera/r/galera_mdev_13787.result
Brave Galera Crew 36a2a185fe Galera4
2019-01-23 15:30:00 +04:00

6 lines
118 B
Text

connection node_2;
connection node_1;
connection node_1;
create table t(a int);
insert into t select 1;
DROP TABLE t;