diff options
author | serg@serg.mylan <> | 2003-09-03 12:07:18 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2003-09-03 12:07:18 +0200 |
commit | 755455e15c341c2e86f3044b2dfa3dd49772f13c (patch) | |
tree | 84310e757264951823af695be9ae599473f79f1b /sql/lex.h | |
parent | bd49884c1986235c93141c284d944e055dcb72d6 (diff) | |
parent | 2fcab1c2ee99a73718e14a56cbe7871bca8bd967 (diff) | |
download | mariadb-git-755455e15c341c2e86f3044b2dfa3dd49772f13c.tar.gz |
merged
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 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}, |