]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The early-out of the inner loop on the min/max optimization was overly minmax-opt-exp
authordrh <>
Thu, 14 Jan 2021 00:53:14 +0000 (00:53 +0000)
committerdrh <>
Thu, 14 Jan 2021 00:53:14 +0000 (00:53 +0000)
commit5870dc80f906c5e841d330db095ec2dae6db4ce9
tree7960b8065d75674dc47a5a461ab20e8de5c8a079
parent5e5683ae466667c61aa4cd5127850f080508eab9
The early-out of the inner loop on the min/max optimization was overly
aggressive for the cases where there is a join and outer loops contain
IN operators.  Fix this.  Test case in TH3.

FossilOrigin-Name: ccd3bae14b6b47bb0f9622700c04db989f76ce65e10e0709964cfd0675eca762
manifest
manifest.uuid
src/where.c