summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--storage/innobase/row/row0import.cc2
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)