]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the ORDER BY optimization logic so that it will do a block-sort on
authordrh <drh@noemail.net>
Sat, 22 Mar 2014 00:27:14 +0000 (00:27 +0000)
committerdrh <drh@noemail.net>
Sat, 22 Mar 2014 00:27:14 +0000 (00:27 +0000)
commit59b8f2e108b3de087b31a2bd75f38a9114fb71d7
tree62556f86ea90088ac715620b9e70c5aa998a94d9
parent9a4444778f11c893cdbf0983597731fd1f324298
Fix the ORDER BY optimization logic so that it will do a block-sort on
a partial DESC ORDER BY.  This enhancement uncovered a memory leak in
pushUntoSorter() which is also fixed.

FossilOrigin-Name: c36f74611cf17ad2ff198a2ac2054d7ab451a72c
manifest
manifest.uuid
src/select.c
src/where.c