]> 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 17:16:55 +0000 (17:16 +0000)
committerdan <dan@noemail.net>
Thu, 5 Jul 2018 17:16:55 +0000 (17:16 +0000)
commit8bf6d705f3eaaa40b3739fdd0e38e0289da647f6
tree55811018c87b73aeab097fff43cf29afedfecd36
parent7fee0bfad2234d0cd3b32cae84ad60c8bbddeaf2
parentb775104357ff834e2e1e726ff945e74dde4605bf
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: e6108047cb136119d8ed19af010a669ed9750b4e7f991ccabc9e3d15774eda31
manifest
manifest.uuid
src/btree.c