mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Fix compiler error on native AIO.
This commit is contained in:
parent
51b248cfdd
commit
8368044997
1 changed files with 0 additions and 1 deletions
|
@ -1883,7 +1883,6 @@ LinuxAIOHandler::collect()
|
||||||
/* Deallocate unused blocks from file system.
|
/* Deallocate unused blocks from file system.
|
||||||
This is newer done to page 0 or to log files.*/
|
This is newer done to page 0 or to log files.*/
|
||||||
if (slot->offset > 0
|
if (slot->offset > 0
|
||||||
&& !slot->skip_punch_hole
|
|
||||||
&& !slot->type.is_log()
|
&& !slot->type.is_log()
|
||||||
&& slot->type.is_write()
|
&& slot->type.is_write()
|
||||||
&& slot->type.punch_hole()) {
|
&& slot->type.punch_hole()) {
|
||||||
|
|
Loading…
Reference in a new issue