• Marko Mäkelä's avatar
    MDEV-11520: Retry posix_fallocate() after EINTR. · 6b8173b6
    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.
    6b8173b6
fil0fil.c 136 KB