68
66
body= ((Byte*)buffer.ptr()) + 4;
70
68
// As far as we have checked res->empty() we can use ptr()
71
if ((err= compress(body, &new_size, (const Bytef*)res->ptr(), res->length())) != Z_OK)
69
int err= compress(body, &new_size, (const Bytef*)res->ptr(), res->length());
74
73
push_warning(current_session, DRIZZLE_ERROR::WARN_LEVEL_ERROR, code, ER(code));