]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In a query with both ORDER BY and LIMIT, if the inner loop satisfies the
authordrh <drh@noemail.net>
Thu, 19 May 2016 22:13:37 +0000 (22:13 +0000)
committerdrh <drh@noemail.net>
Thu, 19 May 2016 22:13:37 +0000 (22:13 +0000)
commita536df4e7ffedd6a3169d44b854fc40c3af4d354
tree419fa6e6c5c70de112088c6f5f8a5294efa1632f
parentbc5eac00c2a093597cbb743891d8fbbb6312a50e
In a query with both ORDER BY and LIMIT, if the inner loop satisfies the
ORDER BY then try to cut short each invocation of the inner loop once the
LIMIT has been satisfied.  This check-in is a partial implementation only.

FossilOrigin-Name: 852d1eda6ecca1171f6ed800b06f5b4854672002
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/where.c
src/whereInt.h