mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
c87c4298da
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 |
||
---|---|---|
.. | ||
os0file.c | ||
os0proc.c | ||
os0sync.c | ||
os0thread.c |