MDEV-15527 page_compressed compressed page partially during import tablespace
- Importing table operation fails to punch the hole in the filesystem when page compressed table is involved. To achieve that, InnoDB firstly punches the hole for the IOBuffer size(1MB). After that, InnoDB should write page by page when page compression is involved.
Showing
Please register or sign in to comment