summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorandrey@example.com <>2006-09-12 12:26:12 +0200
committerandrey@example.com <>2006-09-12 12:26:12 +0200
commit25862a86710cf99a6c565c92a19386029cbc5e0a (patch)
treeae831e3cf94166f42a8cf2ff10194f4359a06d9d /sql/lex.h
parent83f4f3b2aa4a1d73bb6db867cf673d79595cd9ce (diff)
downloadmariadb-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/lex.h')
-rw-r--r--sql/lex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/lex.h b/sql/lex.h
index b8d6a662754..f19c9413e0e 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -452,7 +452,6 @@ static SYMBOL symbols[] = {
{ "RTREE", SYM(RTREE_SYM)},
{ "SAVEPOINT", SYM(SAVEPOINT_SYM)},
{ "SCHEDULE", SYM(SCHEDULE_SYM)},
- { "SCHEDULER", SYM(SCHEDULER_SYM)},
{ "SCHEMA", SYM(DATABASE)},
{ "SCHEMAS", SYM(DATABASES)},
{ "SECOND", SYM(SECOND_SYM)},