• Marko Mäkelä's avatar
    MDEV-11520: Retry posix_fallocate() after EINTR. · 29c776cf
    Marko Mäkelä authored
    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.
    29c776cf
fil0fil.cc 175 KB