mariadb/storage/innobase/fil
Marko Mäkelä 6b8173b6e9 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 11:47:31 +02:00
..
fil0fil.c MDEV-11520: Retry posix_fallocate() after EINTR. 2017-03-03 11:47:31 +02:00