From b17aa8f3f601d4d689367a270f7ba3167b08e16f Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 24 Jan 2006 16:04:35 +0100 Subject: fix for bug#16404 (Events: keyword is ENABLED rather than ENABLE) WL#1034 (Internal CRON) mysql-test/r/events.result: fix results file mysql-test/t/events.test: change test for the fix of bug#16404 sql/lex.h: enabled/disabled were only for events, going back to enable/disable fix for bug#16404 sql/sql_yacc.yy: ENABLED -> ENABLE DISABLED -> DISABLE fix for bug#16404 (Events: keyword is ENABLED rather than ENABLE) --- sql/lex.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sql/lex.h') diff --git a/sql/lex.h b/sql/lex.h index e0b4855abc3..3dfaa0cf6cb 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -168,7 +168,6 @@ static SYMBOL symbols[] = { { "DETERMINISTIC", SYM(DETERMINISTIC_SYM)}, { "DIRECTORY", SYM(DIRECTORY_SYM)}, { "DISABLE", SYM(DISABLE_SYM)}, - { "DISABLED", SYM(DISABLED_SYM)}, { "DISCARD", SYM(DISCARD)}, { "DISK", SYM(DISK_SYM)}, { "DISTINCT", SYM(DISTINCT)}, @@ -185,7 +184,6 @@ static SYMBOL symbols[] = { { "ELSE", SYM(ELSE)}, { "ELSEIF", SYM(ELSEIF_SYM)}, { "ENABLE", SYM(ENABLE_SYM)}, - { "ENABLED", SYM(ENABLED_SYM)}, { "ENCLOSED", SYM(ENCLOSED)}, { "END", SYM(END)}, { "ENDS", SYM(ENDS_SYM)}, -- cgit v1.2.1