mirror of
https://github.com/MariaDB/server.git
synced 2025-02-05 13:22:17 +01:00
4 lines
97 B
Text
4 lines
97 B
Text
connection node_2;
|
|
connection node_1;
|
|
CREATE TABLE t1 (f1 INTEGER) Engine=InnoDB;
|
|
DROP TABLE t1;
|