]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an instance where the planner might choose to use the OR-optimization when it...
authordan <dan@noemail.net>
Sat, 28 Dec 2019 15:24:02 +0000 (15:24 +0000)
committerdan <dan@noemail.net>
Sat, 28 Dec 2019 15:24:02 +0000 (15:24 +0000)
commit51f2b1719ce6cbc5fba38885b3ddf622f8647ce9
treea45b00d9749801f0e5a5169eb525b7158364903d
parentf1bb31e21950314818d86df25a67457c2a4fa1cf
Fix an instance where the planner might choose to use the OR-optimization when it adds no benefit. The same quirk causes an assert() to fail. This is not a bug in released versions - without the assert() the library still gets the right answer, it just does so less efficiently than it should.

FossilOrigin-Name: f4bed1d7af8a94c6facd567dec5afae8865a5ad76b8834493099e5e30bed1132
manifest
manifest.uuid
src/where.c
test/join.test