]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add "PRAGMA synchronous=EXTRA" which syncs the directory containing the
authordrh <drh@noemail.net>
Wed, 3 Feb 2016 19:20:15 +0000 (19:20 +0000)
committerdrh <drh@noemail.net>
Wed, 3 Feb 2016 19:20:15 +0000 (19:20 +0000)
commit6841b1cb3dfd12edbc1f147bdc08887199f11cce
treea5f9e5ecedffc5aefdc08fe69f73a117b3fe6938
parent1b32554b80cd84bbc93075e5b4dd803bdcf65748
Add "PRAGMA synchronous=EXTRA" which syncs the directory containing the
rollback journal when the rollback journal is deleted in order to commit a
transaction in DELETE mode.

FossilOrigin-Name: af92401826f5cf49e62c278f344ab75252a18da2
manifest
manifest.uuid
src/pager.c
src/pager.h
src/pragma.c
src/sqliteInt.h
test/pragma.test