]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the checkpoint_fullfsync pragma which enables F_FULLFSYNC on checkpoint
authordrh <drh@noemail.net>
Fri, 19 Nov 2010 18:23:35 +0000 (18:23 +0000)
committerdrh <drh@noemail.net>
Fri, 19 Nov 2010 18:23:35 +0000 (18:23 +0000)
commitc97d84638e0dddbcdae7e7b4043e793ab4fee5aa
tree62229847c27d0c9af534f79569ebc776d7a04296
parent38777db5fe8556a131cc4c133de41b4801cbe96e
Add the checkpoint_fullfsync pragma which enables F_FULLFSYNC on checkpoint
operations only, not during ordinary commit fsyncs.

FossilOrigin-Name: a069867301de3ca2e1753bd4d2e426d27365be4c
manifest
manifest.uuid
src/btree.c
src/btree.h
src/pager.c
src/pager.h
src/pragma.c
src/sqlite.h.in
src/sqliteInt.h