diff options
author | unknown <serg@serg.mylan> | 2003-08-21 18:30:43 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2003-08-21 18:30:43 +0200 |
commit | c1551b4c04a68699872d80b7e1b9e5a969e4ff72 (patch) | |
tree | 73d6e3458f0aef120d5c361fde234488c2b99242 /sql/item_create.h | |
parent | e103da7acc6f3563a2f7207e59c34b9d9ff64295 (diff) | |
download | mariadb-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/item_create.h')
-rw-r--r-- | sql/item_create.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/item_create.h b/sql/item_create.h index 1326077b096..e80272e21a5 100644 --- a/sql/item_create.h +++ b/sql/item_create.h @@ -33,9 +33,7 @@ Item *create_func_connection_id(void); Item *create_func_conv(Item* a, Item *b, Item *c); Item *create_func_cos(Item* a); Item *create_func_cot(Item* a); -#ifdef HAVE_COMPRESS Item *create_func_crc32(Item* a); -#endif Item *create_func_date_format(Item* a,Item *b); Item *create_func_dayname(Item* a); Item *create_func_dayofmonth(Item* a); |