summaryrefslogtreecommitdiff
path: root/mysql-test/main/information_schema_chmod.result
blob: 361245594398420cccea3387310b007a7b7e65fc (plain)
1
2
3
4
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;