]> git.ipfire.org Git - thirdparty/sqlite.git/commit
All WAL frame overwrites even if there are active savepoints. This is safe
authordrh <drh@noemail.net>
Sat, 9 Jan 2016 23:55:47 +0000 (23:55 +0000)
committerdrh <drh@noemail.net>
Sat, 9 Jan 2016 23:55:47 +0000 (23:55 +0000)
commitb7c2f86b857f5ff27192e946cd725ba0da59856f
treed2795d35256bb009a34f1a499b9398336dd71829
parentc9a9022b216aab23fb756d4a6a47c14cfeb69da7
All WAL frame overwrites even if there are active savepoints.  This is safe
because a ROLLBACK TO will cause all reverted pages to be rewritten to the
WAL file prior to COMMIT.

FossilOrigin-Name: 99b31a6b491c1c51227f478d3713b020d37a17cf
manifest
manifest.uuid
src/pager.c
src/pager.h
src/wal.c
test/wal.test