mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
MDEV-15527 page_compressed compressed page partially during import tablespace
- Post push to address 32-bit build failure.
This commit is contained in:
parent
7c423c26d9
commit
108ba4c380
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue