summaryrefslogtreecommitdiff
path: root/mysql-test/t/schema.test
blob: d9bd607b2db0b1038696d3cdff8ab614e08a316d (plain)
1
2
3
4
5
6
7
8
#
# Just a couple of tests to make sure that schema works.
#

create schema foo;
show create schema foo;
show schemas;
drop schema foo;