mariadb/storage/innobase
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
..
btr Rewrite the innodb.log_file_size test with DBUG_EXECUTE_IF. 2017-01-31 10:23:20 +02:00
buf Merge branch '10.1' into 10.2 2017-02-10 17:01:45 +01:00
data MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
dict Extend the innodb.log_corruption test. 2017-02-02 10:20:22 +02:00
eval
fil InnoDB: suppress posix_fallocate() failure errors when EINVAL 2017-02-13 18:12:04 +01:00
fsp Test recovery when a .ibd file is a directory. 2017-02-06 10:45:18 +02:00
fts Remove MYSQL_TABLESPACES. 2017-01-18 08:30:43 +02:00
fut Merge 10.1 to 10.2 2017-01-05 10:48:03 +02:00
gis MDEV-11831 Make InnoDB mini-transaction memo checks stricter 2017-01-18 14:57:10 +02:00
ha MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
handler MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outside 2017-02-13 18:12:04 +01:00
ibuf MDEV-11831 Make InnoDB mini-transaction memo checks stricter 2017-01-18 14:57:10 +02:00
include Post-fix for MDEV-12050 Remove unused InnoDB Memcached hooks 2017-02-13 11:40:19 +02:00
lock MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
log MDEV-11782 preparation: Add separate code for validating the 10.1 redo log. 2017-02-13 11:12:58 +02:00
mach 5.6.35 2017-01-07 14:24:42 +02:00
mem MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
mtr MDEV-11831 Make InnoDB mini-transaction memo checks stricter 2017-01-18 14:57:10 +02:00
mysql-test/storage_engine Remove references to innodb_file_format. 2017-01-18 08:43:11 +02:00
os Merge branch '10.1' into 10.2 2017-02-10 17:01:45 +01:00
page Fix a test. 2017-01-25 16:38:45 +02:00
pars
que Shut down InnoDB after aborted startup. 2017-02-01 09:30:55 +02:00
read
rem MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
row MDEV-12050 Remove unused InnoDB Memcached hooks 2017-02-13 11:24:02 +02:00
srv Fix a memory leak on aborted InnoDB startup. 2017-02-13 11:12:27 +02:00
sync MDEV-11849: Fix storage/innobase/* compile warnings 2017-01-26 08:05:24 +02:00
trx Post-fix for MDEV-12050 Remove unused InnoDB Memcached hooks 2017-02-13 11:40:19 +02:00
usr
ut MDEV-12050 Remove unused InnoDB Memcached hooks 2017-02-13 11:24:02 +02:00
CMakeLists.txt MDEV-12050 Remove unused InnoDB Memcached hooks 2017-02-13 11:24:02 +02:00
compile-innodb
COPYING.Google
COPYING.Percona
innodb.cmake Remove MYSQL_COMPRESSION. 2017-01-18 08:30:42 +02:00
plugin_exports