]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add "PRAGMA checkpoint_fullfsync". Similar to "PRAGMA fullfsync", but enables full... apple-osx-exp
authordan <dan@noemail.net>
Tue, 9 Nov 2010 20:08:02 +0000 (20:08 +0000)
committerdan <dan@noemail.net>
Tue, 9 Nov 2010 20:08:02 +0000 (20:08 +0000)
commit02f441e408460dc13c8c7cb187324c2729ab2ba0
treeea0764915dbb67cefaae5139a8ec75e8d763217a
parent8c0b44a552cfe1af061be26b7e2e35ad52b4c0ce
Add "PRAGMA checkpoint_fullfsync". Similar to "PRAGMA fullfsync", but enables full fsyncs only during checkpoint operations.

FossilOrigin-Name: 756589ad6e286a898ca34ff1b14d5bb4843529e1
manifest
manifest.uuid
src/pager.c
src/pragma.c
src/sqliteInt.h
src/wal.c
test/pragma.test
test/wal2.test