1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-5317 Compound statement / anonymous blocks

originally based on the patch by Antony T Curtis
This commit is contained in:
Sergei Golubchik
2014-08-18 21:36:11 +02:00
parent a99af484cd
commit d7c1e0ebbd
87 changed files with 523 additions and 106 deletions

View File

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