]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Move the rowid cache out of VdbeCursor and into BtCursor. When multiple
authordrh <drh@noemail.net>
Tue, 17 Mar 2009 22:33:00 +0000 (22:33 +0000)
committerdrh <drh@noemail.net>
Tue, 17 Mar 2009 22:33:00 +0000 (22:33 +0000)
commit7f7512214963e538b12bc37e0dcef85732c7d42e
tree0c4e4031c17b3510b274ac9922f1c9ae8b8fa5c1
parent21822c58b09547d28ef4061a5467efe4293aa50c
Move the rowid cache out of VdbeCursor and into BtCursor.  When multiple
BtCursors are open on the same table, set their rowid cache all at the
same time.  Ticket #3731. (CVS 6354)

FossilOrigin-Name: 189785832a7dc9f4a0a2113d850b92b987e0f9bf
manifest
manifest.uuid
src/btree.c
src/btree.h
src/btreeInt.h
src/vdbe.c
src/vdbeInt.h
test/tkt3731.test [new file with mode: 0644]