]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the OP_Rowid opcode so that a deferred OP_Seek is pending, it simply
authordrh <drh@noemail.net>
Wed, 22 Apr 2009 15:32:59 +0000 (15:32 +0000)
committerdrh <drh@noemail.net>
Wed, 22 Apr 2009 15:32:59 +0000 (15:32 +0000)
commit6149526c25b64d1ab1b31fd024956caa989a0fb5
tree8dd654878c2cc952f82ea3fbda2f1fc15b409dcf
parent1b26c7ccfaad54b045056f0863212ce67ecca643
Change the OP_Rowid opcode so that a deferred OP_Seek is pending, it simply
pulls the rowid from the deferred seek target and does not actually move
the cursor or do a seek.  Other where.c cleanups. (CVS 6536)

FossilOrigin-Name: 1c508a99822caa383e7e24b5d09a9bddd2ee3a00
manifest
manifest.uuid
src/rowset.c
src/sqliteInt.h
src/vdbe.c
src/vdbeaux.c
src/where.c