]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Disable an overzealous optimization the omitted sorting on a join if the first
authordrh <drh@noemail.net>
Sat, 13 Aug 2005 16:13:04 +0000 (16:13 +0000)
committerdrh <drh@noemail.net>
Sat, 13 Aug 2005 16:13:04 +0000 (16:13 +0000)
commit8718f52624c73fb693bfffc6730c90bc2fc23195
tree8be092f4da2fff8d346c51a3f5b6eeecc733eb60
parent531fe878349f7b4e7912d2b43df7c150878af44d
Disable an overzealous optimization the omitted sorting on a join if the first
table gave a unique result.  The sort can only be omitted if all tables in
the join are unique.  Ticket #1358. (CVS 2589)

FossilOrigin-Name: 4f07661279fb11a06b3ddffeda672f077c0d306a
manifest
manifest.uuid
src/where.c
test/sort.test
test/where2.test