diff options
author | andrey@example.com <> | 2006-09-12 12:26:12 +0200 |
---|---|---|
committer | andrey@example.com <> | 2006-09-12 12:26:12 +0200 |
commit | 25862a86710cf99a6c565c92a19386029cbc5e0a (patch) | |
tree | ae831e3cf94166f42a8cf2ff10194f4359a06d9d /sql/sp_head.cc | |
parent | 83f4f3b2aa4a1d73bb6db867cf673d79595cd9ce (diff) | |
download | mariadb-git-25862a86710cf99a6c565c92a19386029cbc5e0a.tar.gz |
WL#3337 (Event scheduler new architecture)
Remove SHOW SCHEDULER STATUS command and migrate the
information output to `mysqladmin debug` (COM_DEBUG)
SHOW SCHEDULER STATUS was introduced in 5.1.11, provided
some debug information about event scheduler internals and
was enabled only in debug builds.
Diffstat (limited to 'sql/sp_head.cc')
-rw-r--r-- | sql/sp_head.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sp_head.cc b/sql/sp_head.cc index f5447269812..1ff33368a37 100644 --- a/sql/sp_head.cc +++ b/sql/sp_head.cc @@ -196,7 +196,6 @@ sp_get_flags_for_command(LEX *lex) case SQLCOM_SHOW_PRIVILEGES: case SQLCOM_SHOW_PROCESSLIST: case SQLCOM_SHOW_PROC_CODE: - case SQLCOM_SHOW_SCHEDULER_STATUS: case SQLCOM_SHOW_SLAVE_HOSTS: case SQLCOM_SHOW_SLAVE_STAT: case SQLCOM_SHOW_STATUS: |