MDEV-15527 page_compressed compressed page partially during import tablespace

- Post push to address 32-bit build failure.
This commit is contained in:
Thirunarayanan Balathandayuthapani 2021-03-30 20:34:39 +05:30
parent 7c423c26d9
commit 108ba4c380

View file

@ -3390,7 +3390,7 @@ punch hole is enabled
static
dberr_t fil_import_compress_fwrite(const fil_iterator_t &iter,
const IORequest &write_request,
ulint offset,
os_offset_t offset,
const byte *writeptr,
ulint n_bytes,
bool try_punch_only=false)