]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If the atomic-write property is enabled, a transaction may be committed in journal_mo...
authordan <dan@noemail.net>
Wed, 5 Dec 2012 10:01:35 +0000 (10:01 +0000)
committerdan <dan@noemail.net>
Wed, 5 Dec 2012 10:01:35 +0000 (10:01 +0000)
commit3de0f18476924deaee48891b41b45f3c9cc8dcfb
tree22e15979dcc754de1d6222e5e7d5dd89c5167014
parent8411b25c595dd6e4116b0b206250c93bdc99158e
If the atomic-write property is enabled, a transaction may be committed in journal_mode=DELETE mode without ever actually creating a journal file on disk. In this case, do not attempt to unlink() the journal file when committing the transaction.

FossilOrigin-Name: 11aa47b0a837858b644c304638e1cbbf482de2f0
manifest
manifest.uuid
src/journal.c
src/pager.c
src/sqliteInt.h