]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Experimental change: On systems where it is not possible to unlink a file while one...
authordan <dan@noemail.net>
Wed, 16 Jun 2010 19:04:23 +0000 (19:04 +0000)
committerdan <dan@noemail.net>
Wed, 16 Jun 2010 19:04:23 +0000 (19:04 +0000)
commit2a321c754704cd68f433cf1f0414628d14386003
treefa8c802928c76c30764f85ba8f7b30ce18ec0b94
parent53f04f3b3f782fd002fe34d364d7b029b6d0e5d3
Experimental change: On systems where it is not possible to unlink a file while one or more processes has it open (i.e. not unix), avoid closing the journal file each time the database is unlocked and reopening it at the start of each transaction.

FossilOrigin-Name: bede8c8a148fb9be5ffbf38df7fa733e35cc68c3
manifest
manifest.uuid
src/pager.c
src/sqlite.h.in
src/test_vfs.c
test/journal2.test [new file with mode: 0644]