diff options
author | serg@serg.mysql.com <> | 2001-10-10 18:22:14 +0200 |
---|---|---|
committer | serg@serg.mysql.com <> | 2001-10-10 18:22:14 +0200 |
commit | 069d313fd94e3c2de109d0add4e11b18653dd6db (patch) | |
tree | e653ab85c004942486ac67e01503e235b0a37894 /sql/lex.h | |
parent | 5d79a1ed6cef7f85742e786f1368a8258e1bc985 (diff) | |
parent | 440197b600deb223945088986a7dc340472a147d (diff) | |
download | mariadb-git-069d313fd94e3c2de109d0add4e11b18653dd6db.tar.gz |
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
Diffstat (limited to 'sql/lex.h')
-rw-r--r-- | sql/lex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/lex.h b/sql/lex.h index 99ca58cf47b..07fbfda229a 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -154,8 +154,6 @@ static SYMBOL symbols[] = { { "FULL", SYM(FULL),0,0}, { "FULLTEXT", SYM(FULLTEXT_SYM),0,0}, { "FUNCTION", SYM(UDF_SYM),0,0}, - { "GEMINI", SYM(GEMINI_SYM),0,0}, - { "GEMINI_SPIN_RETRIES", SYM(GEMINI_SPIN_RETRIES),0,0}, { "GLOBAL", SYM(GLOBAL_SYM),0,0}, { "GRANT", SYM(GRANT),0,0}, { "GRANTS", SYM(GRANTS),0,0}, |