]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a case where during a rollback triggered by an IO or malloc error an unjournalled...
authordanielk1977 <danielk1977@noemail.net>
Thu, 12 Feb 2009 09:11:56 +0000 (09:11 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 12 Feb 2009 09:11:56 +0000 (09:11 +0000)
commitf7f33fb08a5fa74263641a4e367aeacb8ec4657f
treec5b3b68759bee0f4d7e70eee5c4cda7fc52f2b73
parentce14f6245e7a404e7a40b0c709583b70f4bf20c4
Fix a case where during a rollback triggered by an IO or malloc error an unjournalled region of the database could be written to (with it's original data). This was causing an assert in test_journal.c to fail. Add a test case in ioerr2.test to trigger this case. (CVS 6286)

FossilOrigin-Name: 315a6692f9a03a470871cce4f74567683546f343
manifest
manifest.uuid
src/pager.c
src/test_journal.c
test/ioerr2.test