Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.1(EOL)
-
None
Description
It seems that hole punching is only working with AIO, without AIO (innodb_use_native_aio=0) pages are compressed but never trimmed.
In storage/xtradb/os/os0file.cc os_file_trim is called only from os_aio_linux_collect, but probably it should be called from os_file_write_func also.