Browse Source

branches/zip: btr_copy_zblob_prefix(): Print d_stream->msg on decompression

failure.
pull/73/head
marko 18 years ago
parent
commit
3aa12b722f
  1. 4
      btr/btr0cur.c

4
btr/btr0cur.c

@ -4415,9 +4415,9 @@ inflate_error:
fprintf(stderr, fprintf(stderr,
" InnoDB: inflate() of" " InnoDB: inflate() of"
" compressed BLOB" " compressed BLOB"
" page %lu space %lu returned %d\n",
" page %lu space %lu returned %d (%s)\n",
(ulong) page_no, (ulong) space_id, (ulong) page_no, (ulong) space_id,
err);
err, d_stream->msg);
case Z_BUF_ERROR: case Z_BUF_ERROR:
goto end_of_blob; goto end_of_blob;
} }

Loading…
Cancel
Save