mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
d352949e1a
sql/lex.h: Update to add compatibility keyword "SCHEMA"
8 lines
136 B
Text
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;
|