]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem where a process in exclusive mode could delete a hot-journal file witho...
authordan <dan@noemail.net>
Mon, 12 Apr 2010 17:08:44 +0000 (17:08 +0000)
committerdan <dan@noemail.net>
Mon, 12 Apr 2010 17:08:44 +0000 (17:08 +0000)
commiteada58aa49ed28f9e037d7f05f35279e938968a4
treefb6ffafeaf9ee4494f22fc1b24581d1378dbae4d
parent47f18f7294ab370b17c4f6acf6d8755ea44b1f72
Fix a problem where a process in exclusive mode could delete a hot-journal file without rolling it back from within sqlite3_close() or DETACH. This problem was introduced by the previous commit, it is not present in any releases.

FossilOrigin-Name: 51a613950824698687c0db83b7884db33d45f7f5
manifest
manifest.uuid
src/pager.c