]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Experimental changes that permit read operations to continue after a read-after-rollback
authordrh <drh@noemail.net>
Tue, 11 Nov 2014 01:33:57 +0000 (01:33 +0000)
committerdrh <drh@noemail.net>
Tue, 11 Nov 2014 01:33:57 +0000 (01:33 +0000)
commit47b7fc784347f2817c7669b245e5c4d65e6a3747
tree90ce2dab62bc6f229cfef74c1ed393482f4a141a
parentde58f4fe7f33438a9d1b41666bb35a578d156885
Experimental changes that permit read operations to continue after a
ROLLBACK, as long as the schema is unchanged.

FossilOrigin-Name: fa6e6a9ae276cad60e9a4abc1bc23cf2809ea786
16 files changed:
manifest
manifest.uuid
src/backup.c
src/btree.c
src/btree.h
src/main.c
src/vdbe.c
src/wal.c
test/capi3.test
test/capi3c.test
test/misc8.test
test/rollback.test
test/savepoint.test
test/savepoint7.test
test/tkt-f777251dc7a.test
test/trans3.test