mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
4c866961ed
- Move "chmod" part of information_schema test to separate file
5 lines
182 B
Text
5 lines
182 B
Text
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;
|