]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a startup race condition that could occur if a wal file grows from 0 bytes while...
authordan <Dan Kennedy>
Thu, 12 Jan 2023 15:30:02 +0000 (15:30 +0000)
committerdan <Dan Kennedy>
Thu, 12 Jan 2023 15:30:02 +0000 (15:30 +0000)
commitd157dda00b7314da18584b786e73a33c68c00319
tree358364523c3b1b7de209e96faab43112a6627365
parent43fa1a5e081392a21d4179b255fca8028987f67b
Fix a startup race condition that could occur if a wal file grows from 0 bytes while a BEGIN CONCURRENT transaction is running.

FossilOrigin-Name: c1feca4ddaa93fa1cf75e8df061967995a18d726a23f4006d239d3e03c8570df
manifest
manifest.uuid
src/wal.c
test/concurrent3.test
test/concurrent9.test [new file with mode: 0644]