summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-08-21 18:30:43 +0200
committerunknown <serg@serg.mylan>2003-08-21 18:30:43 +0200
commitc1551b4c04a68699872d80b7e1b9e5a969e4ff72 (patch)
tree73d6e3458f0aef120d5c361fde234488c2b99242 /sql/lex.h
parente103da7acc6f3563a2f7207e59c34b9d9ff64295 (diff)
downloadmariadb-git-c1551b4c04a68699872d80b7e1b9e5a969e4ff72.tar.gz
use crc32() from bundled zlib if system zlib is unavailable
sql/item_create.h: previous patch cleanup sql/item_strfunc.cc: previous patch cleanup sql/item_strfunc.h: previous patch cleanup sql/lex.h: previous patch cleanup
Diffstat (limited to 'sql/lex.h')
-rw-r--r--sql/lex.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/lex.h b/sql/lex.h
index 35c4d990b32..7ac61c73ad8 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -472,9 +472,7 @@ static SYMBOL sql_functions[] = {
{ "COUNT", SYM(COUNT_SYM),0,0},
{ "COS", SYM(FUNC_ARG1),0,CREATE_FUNC(create_func_cos)},
{ "COT", SYM(FUNC_ARG1),0,CREATE_FUNC(create_func_cot)},
-#ifdef HAVE_COMPRESS
{ "CRC32", SYM(FUNC_ARG1),0,CREATE_FUNC(create_func_crc32)},
-#endif
{ "CROSSES", SYM(FUNC_ARG2),0,CREATE_FUNC(create_func_crosses)},
{ "CURDATE", SYM(CURDATE),0,0},
{ "CURTIME", SYM(CURTIME),0,0},