]> git.ipfire.org Git - thirdparty/sqlite.git/commit
On unix, the "PRAGMA fsync_interval=N" command causes an extra fdatasync() write-queue-flush-hack
authordrh <drh@noemail.net>
Thu, 15 Feb 2018 20:00:53 +0000 (20:00 +0000)
committerdrh <drh@noemail.net>
Thu, 15 Feb 2018 20:00:53 +0000 (20:00 +0000)
commit2d98e95ec007478786b0a7e86888f25d2932b7be
treee6a76ee1b16aa5bb35c0ce28c8a418718dec2e07
parent6d7ec6a1d0bae94138e4ad73525a42124458da14
On unix, the "PRAGMA fsync_interval=N" command causes an extra fdatasync()
after writing N bytes of content, to force a write-queue flush in the
underlying OS.  This is an experimental hack that is not expected to land
on trunk.

FossilOrigin-Name: b18cc5fee44fb2ab8a48fb3ba92a780090c7ead6af1ebcb67ab1fe214dde709c
manifest
manifest.uuid
src/os_unix.c