]> git.ipfire.org Git - thirdparty/sqlite.git/commit
For the OP_SeekScan optimization, the OP_IdxGT does not necessarily come
authordrh <drh@noemail.net>
Fri, 2 Oct 2020 12:11:30 +0000 (12:11 +0000)
committerdrh <drh@noemail.net>
Fri, 2 Oct 2020 12:11:30 +0000 (12:11 +0000)
commit3a0fece6fbf0ab1316dee7bf1e27d0083ca8b976
tree962a30ce4e258e1a994a1246dd31a09db3d32f39
parent963c0891b81cba598fe53257cd4e5a316e6677e8
For the OP_SeekScan optimization, the OP_IdxGT does not necessarily come
right after the OP_SeekGE.   So use the P2 operand of OP_SeekScan to point
to the first instruction after OP_IdxGT.  Problem found by dbsqlfuzz.

FossilOrigin-Name: ec37744c6ea61f94bb850875f9ac86e80ac0c111bc5a2c2eb2050897ec1e63cd
manifest
manifest.uuid
src/vdbe.c
src/wherecode.c
test/whereA.test