mariadb/os
vasil c87c4298da branches/5.1:
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
2008-03-19 16:48:00 +00:00
..
os0file.c branches/5.1: 2008-03-19 16:48:00 +00:00
os0proc.c Split lines before binary operators, not after them. 2006-08-29 08:27:56 +00:00
os0sync.c branches/5.1: Port of r2267 2008-02-03 19:52:44 +00:00
os0thread.c Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00