mirror of
https://github.com/MariaDB/server.git
synced 2025-04-08 00:05:34 +02:00
7 lines
151 B
Text
7 lines
151 B
Text
--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;
|