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

4 lines
97 B
Text

connection node_2;
connection node_1;
CREATE TABLE t1 (f1 INTEGER) Engine=InnoDB;
DROP TABLE t1;