• vasil's avatar
    branches/5.1: · c87c4298
    vasil authored
     
    Fix Bug#34823:
    fsync() occasionally returns ENOLCK and causes InnoDB to restart mysqld
    
    Create a wrapper to fsync(2) that retries the operation if the error is
    ENOLCK. Use that wrapper instead of fsync(2).
    
    Approved by:	Heikki
    c87c4298
os0file.c 105 KB