mariadb/storage/innobase/fil
Marko Mäkelä 365c4e971a MDEV-11520/MDEV-5746 post-fix: Do not posix_fallocate() too much.
Before the MDEV-11520 fixes, fil_extend_space_to_desired_size()
in MariaDB Server 5.5 incorrectly passed the desired file size as the
third argument to posix_fallocate(), even though the length of the
extension should have been passed. This looks like a regression
that was introduced in the 5.5 version of MDEV-5746.
2017-02-22 10:03:33 +02:00
..
fil0fil.c MDEV-11520/MDEV-5746 post-fix: Do not posix_fallocate() too much. 2017-02-22 10:03:33 +02:00