From 20e237e5eb2ff47622d7ad12c4085e5e8e4f843a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 20 Feb 2003 14:14:37 -0800 Subject: Windows portabilty fixups (last commit caused some errors, so recomitting) - SCRUM strings/strto.c: Windows won't compile for a wrong argument passing, expects a charset pointer sql/filesort.cc: Remove unused variable sql/lex.h: Change POINT->POINT_SYM due to redefination error from windef.h sql/mysqld.cc: Fix Embedded Server related code sql/protocol.cc: Remove unused variables from Embedded Server sql/sql_class.h: Remove silly usage sql/sql_derived.cc: Windows won't let you compile for this kind of assignments sql/sql_help.cc: Need a cast to make it compile sql/sql_parse.cc: Remove unused variables from Embedded server sql/sql_yacc.yy: Change POINT->POINT_SYM due to redefination error from windef.h mysys/mf_keycache.c: Add a correct cast and remove the unused variables libmysqld/lib_sql.cc: Remove unused variable libmysqld/libmysqld.c: Port the netware change to remove mysql_once_init to libmysqld --- sql/lex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/lex.h') 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}, -- cgit v1.2.1