summaryrefslogtreecommitdiff
path: root/mysql-test/r/schema.result
blob: d7bd6fef6552306ee71a9451b703d95b42d59695 (plain)
1
2
3
4
5
6
7
8
9
10
create schema foo;
show create schema foo;
Database	Create Database
foo	CREATE DATABASE `foo` /*!40100 DEFAULT CHARACTER SET latin1 */
show schemas;
Database
foo
mysql
test
drop schema foo;