mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
branches/zip: btr_copy_zblob_prefix(): Print d_stream->msg on decompression
failure.
This commit is contained in:
parent
523a8a0e8d
commit
3aa12b722f
1 changed files with 2 additions and 2 deletions
|
@ -4415,9 +4415,9 @@ inflate_error:
|
|||
fprintf(stderr,
|
||||
" InnoDB: inflate() of"
|
||||
" compressed BLOB"
|
||||
" page %lu space %lu returned %d\n",
|
||||
" page %lu space %lu returned %d (%s)\n",
|
||||
(ulong) page_no, (ulong) space_id,
|
||||
err);
|
||||
err, d_stream->msg);
|
||||
case Z_BUF_ERROR:
|
||||
goto end_of_blob;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue