Comment 5 for bug 1286114

Revision history for this message
Jan Lindström (jplindst) wrote : Re: Slow file extend when innodb_use_fallocate=1 and SSD file storage.

Yes it is, but you may change that, idea is to call posix_fallocate(fd, current_size_of_file, size_to_extent); I had little bit different version of fil0fil.cc when I first fixed this issue.