mariadb/storage/innobase/fil
Marko Mäkelä 6c91be54b1 MDEV-11520 Properly retry posix_fallocate() on EINTR
We only want to retry posix_fallocate() on EINTR as long as the system
is not being shut down. We do not want to retry on any other (hard) error.

Thanks to Jocelyn Fournier for quickly noticing the mistake in my
previous commit.
2017-05-06 15:50:09 +03:00
..
fil0crypt.cc Merge 10.1 into 10.2 2017-05-05 10:38:53 +03:00
fil0fil.cc MDEV-11520 Properly retry posix_fallocate() on EINTR 2017-05-06 15:50:09 +03:00
fil0pagecompress.cc MDEV-12602 InnoDB: Failing assertion: space->n_pending_ops == 0 2017-04-28 12:23:35 +03:00