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

MDEV-4660 SHUTDOWN command

Based on James Briggs contribution.
This commit is contained in:
Sergei Golubchik
2013-06-24 20:56:49 +02:00
parent e8ab897fca
commit 31a1934c9c
7 changed files with 55 additions and 3 deletions

View File

@ -2177,6 +2177,7 @@ static bool check_prepared_statement(Prepared_statement *stmt)
case SQLCOM_GRANT:
case SQLCOM_REVOKE:
case SQLCOM_KILL:
case SQLCOM_SHUTDOWN:
break;
case SQLCOM_PREPARE: