diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2016-01-17 17:00:19 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <cvicentiu@gmail.com> | 2016-03-08 16:55:17 +0200 |
commit | 90b717b3cd3e33572df8cbce3df8b70cc3925b81 (patch) | |
tree | 62c33fd973b709f12a540e42c45406c37094323a /sql/mysqld.cc | |
parent | 6066ede444645d7130adb5cc97b6f8c3a56497de (diff) | |
download | mariadb-git-90b717b3cd3e33572df8cbce3df8b70cc3925b81.tar.gz |
[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.
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r-- | sql/mysqld.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index b4502f6ddbf..54b04cc0788 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -3827,6 +3827,7 @@ SHOW_VAR com_status_vars[]= { {"alter_server", STMT_STATUS(SQLCOM_ALTER_SERVER)}, {"alter_table", STMT_STATUS(SQLCOM_ALTER_TABLE)}, {"alter_tablespace", STMT_STATUS(SQLCOM_ALTER_TABLESPACE)}, + {"alter_user", STMT_STATUS(SQLCOM_ALTER_USER)}, {"analyze", STMT_STATUS(SQLCOM_ANALYZE)}, {"assign_to_keycache", STMT_STATUS(SQLCOM_ASSIGN_TO_KEYCACHE)}, {"begin", STMT_STATUS(SQLCOM_BEGIN)}, |