]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a spurious SQLITE_CORRUPT error that could occur within a COMMIT of a
authordan <dan@noemail.net>
Tue, 2 Jan 2018 19:57:26 +0000 (19:57 +0000)
committerdan <dan@noemail.net>
Tue, 2 Jan 2018 19:57:26 +0000 (19:57 +0000)
commit55fba4f05cd32ca2e4a9077e62ce5987537f3823
tree07097c3d6f0e0eaca37d844147a93219974481fb
parent02bc6f8fb99e8c32382c719ad131428a955cf9e6
Fix a spurious SQLITE_CORRUPT error that could occur within a COMMIT of a
concurrent transaction.

FossilOrigin-Name: 50c8952c92b9f0c61935fb0df04ed1426d9e266a812071b7bf5b0215c5552757
manifest
manifest.uuid
src/btree.c
test/concurrent6.test [new file with mode: 0644]