]> git.ipfire.org Git - thirdparty/sqlite.git/commit
This is an alternative fix to the covering index on WHERE_MULTI_OR in a multi-or-covidx-fix2
authordrh <>
Tue, 22 Jun 2021 23:27:48 +0000 (23:27 +0000)
committerdrh <>
Tue, 22 Jun 2021 23:27:48 +0000 (23:27 +0000)
commita6aee74a089c822b79a9bb96b957a7196e0865f7
tree4cfd91ec53c76b0bdeacb790e06a3883bc6984cf
parent2c7188732d7c62a0b04bc972c3b161442e693e28
This is an alternative fix to the covering index on WHERE_MULTI_OR in a
LEFT JOIN problem that is fixed nearby.  This one works by having the
OP_NullRow opcode create the index if it does not already exist.  That is
slightly more complex.  This patch is saved for historical reference only.

FossilOrigin-Name: 956bafb69f3dde0d8a0fd90275a1a382595e845e1a6bd0e217c736a64a3395f8
manifest
manifest.uuid
src/vdbe.c
src/where.c