]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Deactivate the DISTINCT in a SELECT on the right-hand side of an IN operator,
authordrh <drh@noemail.net>
Thu, 31 Jul 2014 15:44:44 +0000 (15:44 +0000)
committerdrh <drh@noemail.net>
Thu, 31 Jul 2014 15:44:44 +0000 (15:44 +0000)
commit4387006c18f99a63fffbed12ce30a0a099999c18
tree9a684d623adc6ac28578c21da0a04087c4d4a257
parent0174ffa976f7a042a5ae1adaf58b1b125d5f0eb1
Deactivate the DISTINCT in a SELECT on the right-hand side of an IN operator,
since it should not make any difference in the output but dues consume extra
memory and CPU time.

FossilOrigin-Name: f4cb53651b1e352fae7378878b830a902bcd9248
manifest
manifest.uuid
src/expr.c