]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Factor out the RIGHT JOIN non-matched row loop from sqlite3WhereEnd(). This
authordrh <>
Tue, 12 Apr 2022 18:04:29 +0000 (18:04 +0000)
committerdrh <>
Tue, 12 Apr 2022 18:04:29 +0000 (18:04 +0000)
commit949e2ab49a8a815796d491506651043dd7d5fb55
tree6be33c9054fe595a34bad2d185a19b791f3b49df
parent57d4b5bde165aa0839fc2ef8abc56f44ba1daa8a
Factor out the RIGHT JOIN non-matched row loop from sqlite3WhereEnd().  This
reduces the register pressure on that routine and helps it to run faster
in the common case where there is no RIGHT JOIN.

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