]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not mark the ephemeral tables used to hold the RHS of IN clauses as
authordrh <drh@noemail.net>
Tue, 4 Feb 2014 23:45:45 +0000 (23:45 +0000)
committerdrh <drh@noemail.net>
Tue, 4 Feb 2014 23:45:45 +0000 (23:45 +0000)
commite08ecad58a7f11b915920eaf0b9833b87ba02ea3
tree786edb01bf6789f9fde5dad233cd82decb36ea37
parentee06c99b49e5812403eb2b2762da4d5fee4e4d18
Do not mark the ephemeral tables used to hold the RHS of IN clauses as
unordered because the NGQP will use those ephemeral tables to help order the
output.  This is not an issue for standard SQLite since ephemeral tables
there are always ordered, regardless of the hint.  It only affects systems
that substitute an alternative storage engine.

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