diff options
author | andrey@lmy004. <> | 2005-12-28 13:00:13 +0200 |
---|---|---|
committer | andrey@lmy004. <> | 2005-12-28 13:00:13 +0200 |
commit | b5d583aef211b5c4d6a0998ea5efbf5845854184 (patch) | |
tree | 8abf785f76d1a529642b4f7f79c6d432790a8043 /sql/lex.h | |
parent | b95f342fad5212fa7b8438f0a32b522670f5ec47 (diff) | |
download | mariadb-git-b5d583aef211b5c4d6a0998ea5efbf5845854184.tar.gz |
WL #1034 update
- enable/disable -> enabled/disabled
- fixed error message
Diffstat (limited to 'sql/lex.h')
-rw-r--r-- | sql/lex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/lex.h b/sql/lex.h index 41cbae0adea..8be5f0ef99d 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -165,6 +165,7 @@ static SYMBOL symbols[] = { { "DETERMINISTIC", SYM(DETERMINISTIC_SYM)}, { "DIRECTORY", SYM(DIRECTORY_SYM)}, { "DISABLE", SYM(DISABLE_SYM)}, + { "DISABLED", SYM(DISABLED_SYM)}, { "DISCARD", SYM(DISCARD)}, { "DISTINCT", SYM(DISTINCT)}, { "DISTINCTROW", SYM(DISTINCT)}, /* Access likes this */ @@ -180,6 +181,7 @@ 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)}, |