]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add SQLITE_IOCAP_ZERO_DAMAGE and enable it for both unix and windows. Use
authordrh <drh@noemail.net>
Sat, 17 Dec 2011 19:49:02 +0000 (19:49 +0000)
committerdrh <drh@noemail.net>
Sat, 17 Dec 2011 19:49:02 +0000 (19:49 +0000)
commit8bbaa89d8d69761bf81b21d07d8eb7397ab9b6bb
tree64af43b13bb293174bfc25a2f25f7aa1f75728ae
parent9c0e29371e7d97ade110adbf61a250965f291390
Add SQLITE_IOCAP_ZERO_DAMAGE and enable it for both unix and windows.  Use
this device characteristic to reduce the required work in journaling.
A side effect is that this changes the default page exists back to 1024
even with the use of statvfs().

FossilOrigin-Name: a0be6ea464695fdf1eaf2b7cf0652778617814f2
manifest
manifest.uuid
src/os_unix.c
src/os_win.c
src/pager.c
src/sqlite.h.in
src/test6.c
src/test_vfs.c
src/wal.c