]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When a transaction or savepoint rollback occurs, save the positions of all open read...
authordrh <drh@noemail.net>
Thu, 13 Nov 2014 13:42:39 +0000 (13:42 +0000)
committerdrh <drh@noemail.net>
Thu, 13 Nov 2014 13:42:39 +0000 (13:42 +0000)
commit6f9c5669e2d54fb4e480b2f1f39fba6907560cc1
tree74a97507a659e1298135613149ca33255f9ca93b
parent5a2c8c885c722e52b87040330a931d36caf3d4af
When a transaction or savepoint rollback occurs, save the positions of all open read-cursors so that they can be restored following the rollback operation.  Cherry-pick of check-in [dd03a2802f3f27]

FossilOrigin-Name: 402780a9c8df9e7ea898bdca49c1191042fe387a
manifest
manifest.uuid
src/btree.c
src/btree.h
src/vdbe.c
test/rollback2.test [new file with mode: 0644]