]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In wal mode, if a "BEGIN EXCLUSIVE" command (or any other command that
authordan <dan@noemail.net>
Thu, 5 Jul 2018 15:46:55 +0000 (15:46 +0000)
committerdan <dan@noemail.net>
Thu, 5 Jul 2018 15:46:55 +0000 (15:46 +0000)
commitb07db116e7bc413bff9d479917671897a1e32ed2
tree82606cef799563c2278b80d94495fe92b4013f78
parent7fee0bfad2234d0cd3b32cae84ad60c8bbddeaf2
In wal mode, if a "BEGIN EXCLUSIVE" command (or any other command that
upgrades from no transaction directly to a write transaction) hits an
SQLITE_BUSY_SNAPSHOT error, change the error code to SQLITE_BUSY to indicate
to the caller that the condition may be transient.

FossilOrigin-Name: 221ff63e7902226ebf728bb7442727420636831163708f360724506ce9487ab6
manifest
manifest.uuid
src/btree.c
test/walprotocol2.test