]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the ROLLBACK command so that pending statements to not block it. The
authordrh <drh@noemail.net>
Mon, 13 Feb 2012 16:43:16 +0000 (16:43 +0000)
committerdrh <drh@noemail.net>
Mon, 13 Feb 2012 16:43:16 +0000 (16:43 +0000)
commit0f198a74092903c3d8d5227454acd055600e1f6e
tree18e071ff0baf6030a669b81b607dc71030382542
parent2f56da3f262751a306242d61add9712cd3833437
Change the ROLLBACK command so that pending statements to not block it.  The
pending statements instead return SQLITE_ABORT upon next access.  Note: This
causes separate shared-cache connections in read_uncommitted mode to abort as
well.

FossilOrigin-Name: 9b66c79e054c8a109d1ee8d35fed1c42814c330d
14 files changed:
manifest
manifest.uuid
src/backup.c
src/btree.c
src/btree.h
src/main.c
src/sqliteInt.h
src/vdbe.c
src/vdbeaux.c
test/capi3.test
test/capi3c.test
test/incrblob.test
test/savepoint.test
test/shared2.test