mariadb/storage/innobase/os
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
..
os0file.c MDEV-11520: Retry posix_fallocate() after EINTR. 2017-03-03 11:47:31 +02:00
os0proc.c Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
os0sync.c MDEV-7026: Race in InnoDB/XtraDB mutex implementation can stall or hang the server. 2014-11-19 13:56:46 +01:00
os0thread.c mysql-5.5.33 merge 2013-09-06 22:31:30 +02:00