]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make all ephemeral tables built to hold the RHS of an IN operator be
authordrh <drh@noemail.net>
Fri, 22 Feb 2019 23:29:56 +0000 (23:29 +0000)
committerdrh <drh@noemail.net>
Fri, 22 Feb 2019 23:29:56 +0000 (23:29 +0000)
commit50ef6716d2ac75314e76546d074efd694969dba2
treee7cb12d636e2087291c254ab391201391113f5aa
parentbc0a55cf0b4c47fbb551583bfda3ed5a1d57d453
Make all ephemeral tables built to hold the RHS of an IN operator be
index-btrees, never table-btrees, regardless of whether or not they are
used as IN_INDEX_LOOP or IN_INDEX_MEMBERSHIP.  That way, the same ephmerial
table can be reused for both cases.

FossilOrigin-Name: c2d50df8fd1a1fdae6226a3e77296ded09b53a74540caedd4868e686a93cbc10
manifest
manifest.uuid
src/expr.c
src/insert.c
src/sqliteInt.h
src/vdbe.c