Skip to content

Commit

Permalink
Fix compiler error on native AIO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lindström committed Jan 24, 2017
1 parent 51b248c commit 8368044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/innobase/os/os0file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,6 @@ LinuxAIOHandler::collect()
/* Deallocate unused blocks from file system.
This is newer done to page 0 or to log files.*/
if (slot->offset > 0
&& !slot->skip_punch_hole
&& !slot->type.is_log()
&& slot->type.is_write()
&& slot->type.punch_hole()) {
Expand Down

0 comments on commit 8368044

Please sign in to comment.