mariadb/storage/innobase/fil
Marko Mäkelä 29c776cfd1 MDEV-11520: Retry posix_fallocate() after EINTR.
The function posix_fallocate() as well as the Linux system call
fallocate() can return EINTR when the operation was interrupted
by a signal. In that case, keep retrying the operation, except
if InnoDB shutdown has been initiated.
2017-03-03 12:03:33 +02:00
..
fil0fil.cc MDEV-11520: Retry posix_fallocate() after EINTR. 2017-03-03 12:03:33 +02:00