mirror of
https://github.com/MariaDB/server.git
synced 2025-02-04 21:02:17 +01: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;
|