mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
--source include/galera_cluster.inc
|
|
--source include/have_innodb.inc
|
|
|
|
--connection node_1
|
|
create table t(a int);
|
|
insert into t select 1;
|
|
DROP TABLE t;
|