diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-03-03 12:03:33 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-03-03 12:03:33 +0200 |
commit | 29c776cfd1e560846e394f39d79ae43ff7d70c61 (patch) | |
tree | f53fecb2ec18c6b9102e8c428c2dc950661a44b0 /sql/sql_reload.cc | |
parent | d04d835f64b39edf0310e0471a7ed261b5cb2a20 (diff) | |
download | mariadb-git-29c776cfd1e560846e394f39d79ae43ff7d70c61.tar.gz |
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.
Diffstat (limited to 'sql/sql_reload.cc')
0 files changed, 0 insertions, 0 deletions