1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

[MDEV-7978] Update grammar for new syntax

Extend the syntax accepted by the grammar to account for the new create user
and alter user syntax.
This commit is contained in:
Vicențiu Ciorbaru
2016-01-17 17:00:19 +02:00
committed by Vicențiu Ciorbaru
parent 6066ede444
commit 90b717b3cd
7 changed files with 72 additions and 19 deletions

View File

@ -93,6 +93,7 @@ enum enum_sql_command {
SQLCOM_CREATE_ROLE, SQLCOM_DROP_ROLE, SQLCOM_GRANT_ROLE, SQLCOM_REVOKE_ROLE,
SQLCOM_COMPOUND,
SQLCOM_SHOW_GENERIC,
SQLCOM_ALTER_USER,
/*
When a command is added here, be sure it's also added in mysqld.cc