mirror of
https://github.com/MariaDB/server.git
synced 2025-04-10 09:15:37 +02:00
6 lines
118 B
Text
6 lines
118 B
Text
connection node_2;
|
|
connection node_1;
|
|
connection node_1;
|
|
create table t(a int);
|
|
insert into t select 1;
|
|
DROP TABLE t;
|