]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When processing an "ORDER BY ... LIMIT" that does not use an index, check sorter-limit-opt
authordan <dan@noemail.net>
Thu, 26 Apr 2018 16:13:47 +0000 (16:13 +0000)
committerdan <dan@noemail.net>
Thu, 26 Apr 2018 16:13:47 +0000 (16:13 +0000)
commitf226f03d4fde3d2e374254e359b648c999124e5a
tree17078d7d0cdf64dc14e6a9df85a1fb55b72c72e8
parentde7ca50dac6a05b75ec4375116f1bcde8f19ded3
When processing an "ORDER BY ... LIMIT" that does not use an index, check
whether or not a record may appear in the final result set before adding it to
the sorter.

FossilOrigin-Name: 71bf91c218334381b1b4bdba6a093e623b62e17f3e8550e154a11f0cb0b404f3
manifest
manifest.uuid
src/select.c