summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorserg@serg.mylan <>2003-09-03 12:07:18 +0200
committerserg@serg.mylan <>2003-09-03 12:07:18 +0200
commit755455e15c341c2e86f3044b2dfa3dd49772f13c (patch)
tree84310e757264951823af695be9ae599473f79f1b /sql/lex.h
parentbd49884c1986235c93141c284d944e055dcb72d6 (diff)
parent2fcab1c2ee99a73718e14a56cbe7871bca8bd967 (diff)
downloadmariadb-git-755455e15c341c2e86f3044b2dfa3dd49772f13c.tar.gz
merged
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 43a29914e43..686ec6f8c1d 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -479,9 +479,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},