]> git.ipfire.org Git - thirdparty/sqlite.git/commit
This branch attempts to improve the detection of covering indexes. This
authordrh <>
Sat, 22 Oct 2022 14:16:02 +0000 (14:16 +0000)
committerdrh <>
Sat, 22 Oct 2022 14:16:02 +0000 (14:16 +0000)
commitf55a7dad195994f2bb24db7df0a0515502386fe2
treeaa171f804e101831f1333d0ca22e6eeb8e578fd2
parent5723c659fd8cfda89399e9c144604a1f3a9be6ba
This branch attempts to improve the detection of covering indexes.  This
first check-in merely improves a parameter name to sqlite3WhereBegin() to
be more descriptive of what it contains, and ensures that a subroutine is
not inlines so that sqlite3WhereBegin() runs slightly faster.

FossilOrigin-Name: cadf5f6bb1ce0492ef858ada476288e8057afd3609caa18b09c818d3845d7244
manifest
manifest.uuid
src/where.c
src/whereInt.h
src/wherecode.c
src/whereexpr.c