]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Disable the OP_SeekScan opcode of the in-scan-vs-index optimization when
authordrh <drh@noemail.net>
Fri, 2 Oct 2020 02:02:18 +0000 (02:02 +0000)
committerdrh <drh@noemail.net>
Fri, 2 Oct 2020 02:02:18 +0000 (02:02 +0000)
commit4ad1a1c74caeee76124091e6e1771fae4afa1a33
tree7cb1b588fee1a6dda1bb24896f2c235dbefef7e1
parentd7d406e81cb9fa9bf78fa6f435646943a00bc612
Disable the OP_SeekScan opcode of the in-scan-vs-index optimization when
in PRAGMA reverse_unordered_selects mode, as the OP_SeekScan only works
with forwards scans.  Thanks to OSSFuzz for pointing out the problem to
us.

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