On Sat, 2009-07-11 at 16:11 +0000, [email protected] wrote: > Link again on OS X, where fdatasync() does not seem to exist.
Thanks for picking that up (I don't have OS X). If we do want to make all these calls work tighter on OS X, we can also apply F_FULLFSYNC, as per: http://developer.apple.com/documentation/Darwin/Reference/ManPages/man2/fsync.2.html http://developer.apple.com/documentation/Darwin/Reference/ManPages/man2/fcntl.2.html I think I read somewhere that MySQL does such things. -- Bojan
