[MDEV-10851] Page compression dosen't trim with innodb_use_native_aio=0 Created: 2016-09-21 Updated: 2023-04-12 Resolved: 2023-04-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - XtraDB |
| Affects Version/s: | 10.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Yuri Karaban | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | 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. |
| Comments |
| Comment by Jan Lindström [ 2023-04-11 ] |
|
10.1 is EOL. |