mariadb/storage/innobase/fil
Sergei Golubchik 6c4144a468 InnoDB: suppress posix_fallocate() failure errors when EINVAL
EINVAL means that the filesystem doesn't support posix_fallocate().

There were two places where this error was issued, one checked for
EINVAL, the other did not. This commit fixed the other place
to also check for EINVAL.

Also, remove the space after the REFMAN to get the valid url
with no space in the middle.

Also don't say "Make sure the file system supports this function."
when posix_fallocate() fails, because this message is only shown
when the filesystem does support this function.
2017-02-13 18:12:04 +01:00
..
fil0crypt.cc MDEV-11974: MariaDB 10.2 encryption does not support spatial indexes 2017-02-08 09:05:15 +02:00
fil0fil.cc InnoDB: suppress posix_fallocate() failure errors when EINVAL 2017-02-13 18:12:04 +01:00
fil0pagecompress.cc MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00