mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
8
mysql-test/main/mysql_delimiter_source.sql
Normal file
8
mysql-test/main/mysql_delimiter_source.sql
Normal file
@ -0,0 +1,8 @@
|
||||
delimiter //
|
||||
create table t2 (a int) //
|
||||
delimiter ;
|
||||
\d //
|
||||
create table t3 (a int) //
|
||||
\d ;
|
||||
show tables;
|
||||
drop table t2, t3;
|
Reference in New Issue
Block a user