1
0
Fork 0
mirror of https://github.com/MariaDB/server.git synced 2025-09-19 23:55:29 +02:00
mariadb/mysql-test/t/schema.test
unknown d352949e1a Update to add keyword "SCHEMA" and "SCHEMAS". Small test case was added too.
sql/lex.h:
  Update to add compatibility keyword "SCHEMA"
2004-10-01 12:39:11 -07:00

8 lines
136 B
Text

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