1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00
Files
mariadb/mysql-test/suite/galera/r/galera_mdev_13787.result
Brave Galera Crew 36a2a185fe Galera4
2019-01-23 15:30:00 +04:00

7 lines
118 B
Plaintext

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