diff options
author | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2021-03-30 20:34:39 +0530 |
---|---|---|
committer | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2021-03-30 20:34:39 +0530 |
commit | 108ba4c380662bb32555477d7b46b5bdfa54c395 (patch) | |
tree | 17dae0c4bf1cd1faefddcc2b1d44254b1cac9a0c | |
parent | 7c423c26d9c0a676334885fd3f32a486ecbad3af (diff) | |
download | mariadb-git-108ba4c380662bb32555477d7b46b5bdfa54c395.tar.gz |
MDEV-15527 page_compressed compressed page partially during import tablespace
- Post push to address 32-bit build failure.
-rw-r--r-- | storage/innobase/row/row0import.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/row/row0import.cc b/storage/innobase/row/row0import.cc index 2e14455568d..fa7db1e27b8 100644 --- a/storage/innobase/row/row0import.cc +++ b/storage/innobase/row/row0import.cc @@ -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) |