mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
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
This commit is contained in:
parent
e103da7acc
commit
c1551b4c04
7 changed files with 62 additions and 42 deletions
|
|
@ -753,8 +753,9 @@ extern my_bool my_uncompress(byte *, ulong *, ulong *);
|
|||
extern byte *my_compress_alloc(const byte *packet, ulong *len, ulong *complen);
|
||||
extern ha_checksum my_checksum(ha_checksum crc, const byte *mem, uint count);
|
||||
extern uint my_bit_log2(ulong value);
|
||||
uint my_count_bits(ulonglong v);
|
||||
extern uint my_count_bits(ulonglong v);
|
||||
extern void my_sleep(ulong m_seconds);
|
||||
extern ulong crc32(ulong crc, const uchar *buf, uint len);
|
||||
|
||||
#ifdef __WIN__
|
||||
extern my_bool have_tcpip; /* Is set if tcpip is used */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue