]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Disable synchronous writes to the master journal when PRAGMA synchronous=OFF
authordrh <drh@noemail.net>
Sat, 27 Aug 2005 16:36:48 +0000 (16:36 +0000)
committerdrh <drh@noemail.net>
Sat, 27 Aug 2005 16:36:48 +0000 (16:36 +0000)
commit2c8997b9a599c411080495e21ea7e9563bb21876
treefde13339061034748fd9e1fc10b4fcd3280cf483
parent9cc5abd769d353f9ac9df17521e7a6bd6242b91e
Disable synchronous writes to the master journal when PRAGMA synchronous=OFF
for all database files.  Ticket #1375. (CVS 2630)

FossilOrigin-Name: 644b96aa23de7e828280d35785db840a4fa9413d
manifest
manifest.uuid
src/btree.c
src/btree.h
src/pager.c
src/pager.h
src/vdbeaux.c
test/sync.test [new file with mode: 0644]