]> git.ipfire.org Git - thirdparty/sqlite.git/commit
While doing a transaction comment, use fdatasync() instead of fsync() in
authordrh <drh@noemail.net>
Thu, 8 Sep 2005 12:38:41 +0000 (12:38 +0000)
committerdrh <drh@noemail.net>
Thu, 8 Sep 2005 12:38:41 +0000 (12:38 +0000)
commiteb796a7c8f582d5e14811c12c504f64b66416ce0
tree554d5e2f32fc7e5f80519b0d36689924fe048e9d
parentf80bcd73af153c99ac63fb136f920580df26e3e6
While doing a transaction comment, use fdatasync() instead of fsync() in
cases there the file size is unchanged. (CVS 2673)

FossilOrigin-Name: 3c555a87493128620ac967faf7c63c2a58856e9e
manifest
manifest.uuid
src/os.h
src/os_test.c
src/os_unix.c
src/os_win.c
src/pager.c
src/vdbeaux.c