]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an over-aggressive optimization of ORDER BY on a three-way join where the
authordrh <drh@noemail.net>
Wed, 9 Jan 2013 11:44:20 +0000 (11:44 +0000)
committerdrh <drh@noemail.net>
Wed, 9 Jan 2013 11:44:20 +0000 (11:44 +0000)
commit66bebacaadae08c08ff9d771dfe9103954af6d1c
treefcfa5704ac7c8a601bf3051718343d93748b8cac
parent308be2d0ae52ecc2c09ea516b4c3a2d067a56bf9
Fix an over-aggressive optimization of ORDER BY on a three-way join where the
second table is UNIQUE and the ORDER BY occurs on the third table.
Ticket [598f5f7596b0557].

FossilOrigin-Name: 3d0609c958040d049b86f69d750ffcef764417df
manifest
manifest.uuid
src/where.c