1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00
Files
mariadb/mysql-test/suite/galera_sr/r/GCF-867.result
Brave Galera Crew 36a2a185fe Galera4
2019-01-23 15:30:00 +04:00

5 lines
97 B
Plaintext

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