diff options
author | venu@myvenu.com <> | 2003-02-20 14:14:37 -0800 |
---|---|---|
committer | venu@myvenu.com <> | 2003-02-20 14:14:37 -0800 |
commit | ee2b88869675b3393b23f4f7d9fe253873fd613f (patch) | |
tree | 5acab851085621a0ba8465cb1069b4dc1e3377cc /sql/lex.h | |
parent | af9a92cf37efcd9d5cee65e56fd6aa52228c4281 (diff) | |
download | mariadb-git-ee2b88869675b3393b23f4f7d9fe253873fd613f.tar.gz |
Windows portabilty fixups (last commit caused some errors, so recomitting) - SCRUM
Diffstat (limited to 'sql/lex.h')
-rw-r--r-- | sql/lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/lex.h b/sql/lex.h index d4ae8c32828..287439a9fe7 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -290,7 +290,7 @@ static SYMBOL symbols[] = { { "PACK_KEYS", SYM(PACK_KEYS_SYM),0,0}, { "PARTIAL", SYM(PARTIAL),0,0}, { "PASSWORD", SYM(PASSWORD),0,0}, - { "POINT", SYM(POINT),0,0}, + { "POINT", SYM(POINT_SYM),0,0}, { "POLYGON", SYM(POLYGON),0,0}, { "PURGE", SYM(PURGE),0,0}, { "PRECISION", SYM(PRECISION),0,0}, |