• vasil's avatar
    branches/5.1: · ed9b1a16
    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
    ed9b1a16
os0file.c 105 KB