mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
connection node_2;
|
|
connection node_1;
|
|
CREATE TABLE t1 (f1 INTEGER) Engine=InnoDB;
|
|
DROP TABLE t1;
|