mariadb/mysql-test/t/schema.test

9 lines
136 B
Text
Raw Normal View History

#
# Just a couple of tests to make sure that schema works.
#
create schema foo;
show create schema foo;
show schemas;
drop schema foo;