]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix problem causing free-list corruption when merging free-lists for two
authordan <dan@noemail.net>
Thu, 4 Jan 2018 18:36:39 +0000 (18:36 +0000)
committerdan <dan@noemail.net>
Thu, 4 Jan 2018 18:36:39 +0000 (18:36 +0000)
commit5d9c916150203985051a35a3e9708c5b68d51a37
tree767f19c2dbe4e42623ab1b3366eec1a138e7fa7a
parent55fba4f05cd32ca2e4a9077e62ce5987537f3823
Fix problem causing free-list corruption when merging free-lists for two
concurrent transactions that have both used page X as an in-memory free-list
trunk page, where X lies past the end of the initial database images.

FossilOrigin-Name: dc0fc2aa7cbefeb5f0ba8c992fd3e9adcfb5a4d61e2321c1bd93f4d36ba9aafc
manifest
manifest.uuid
src/btree.c
test/concurrent7.test [new file with mode: 0644]