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

MWL#182: Explain running statements

- Merge with 5.3-main
This commit is contained in:
Sergey Petrunya
2011-10-27 21:41:19 +04:00
25 changed files with 1365 additions and 126 deletions

View File

@ -2048,6 +2048,7 @@ static bool check_prepared_statement(Prepared_statement *stmt)
case SQLCOM_SHOW_ENGINE_LOGS:
case SQLCOM_SHOW_ENGINE_STATUS:
case SQLCOM_SHOW_ENGINE_MUTEX:
case SQLCOM_SHOW_EXPLAIN:
case SQLCOM_SHOW_CREATE_DB:
case SQLCOM_SHOW_GRANTS:
case SQLCOM_SHOW_BINLOG_EVENTS: