mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
5
mysql-test/main/information_schema_chmod.result
Normal file
5
mysql-test/main/information_schema_chmod.result
Normal file
@ -0,0 +1,5 @@
|
||||
create database mysqltest;
|
||||
create table mysqltest.t1(a int);
|
||||
select table_schema from information_schema.tables where table_schema='mysqltest';
|
||||
table_schema
|
||||
drop database mysqltest;
|
Reference in New Issue
Block a user