]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If a single page is written to the wal file more than once, have each subsequent...
authordan <dan@noemail.net>
Sat, 9 Jan 2016 16:39:29 +0000 (16:39 +0000)
committerdan <dan@noemail.net>
Sat, 9 Jan 2016 16:39:29 +0000 (16:39 +0000)
commitd6f7c979523446f8aa8706bb7a335a5eebf63966
treedf3f5347322c7060562f41d8bd3e887d62b5fdd9
parenta829992969367549de19beb925fcc27f37c05275
If a single page is written to the wal file more than once, have each subsequent copy overwrite the original frame.

FossilOrigin-Name: 5d113aef2c7d746e8eda88d4e36c04a39b0a11be
manifest
manifest.uuid
src/pager.c
src/pager.h
src/pcache.h
src/wal.c
test/wal.test
test/waloverwrite.test [new file with mode: 0644]