106
103
bool my_uncompress(uchar *packet, size_t len, size_t *complen)
111
107
if (*complen) /* If compressed */
113
109
uchar *compbuf= (uchar *) my_malloc(*complen,MYF(MY_WME));
119
115
error= uncompress((Bytef*) compbuf, &tmp_complen, (Bytef*) packet,