]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Detect and handles the case where a row is modified or deleted while it
authordrh <drh@noemail.net>
Fri, 11 Jul 2008 21:02:53 +0000 (21:02 +0000)
committerdrh <drh@noemail.net>
Fri, 11 Jul 2008 21:02:53 +0000 (21:02 +0000)
commita34605859d16febe0b51db0231827cd0458f55b3
tree122be86383110e49ba55ec92fade12274fc4c643
parentf46080903008c923aaba6936590ab27ad80d0e4b
Detect and handles the case where a row is modified or deleted while it
is being read during SELECT processing. (CVS 5399)

FossilOrigin-Name: c80a5d09935c60a2a50bc262c172a94073355f0d
manifest
manifest.uuid
src/btree.c
src/btree.h
src/btreeInt.h
src/select.c
src/test_btree.c
src/test_func.c
src/vdbe.c
src/vdbeaux.c
test/eval.test [new file with mode: 0644]