Change EXPLAIN QUERY PLAN output to say "USE TEMP B-TREE FOR LAST TERM OF ORDER BY... eqp-orderby
commitf9cc39aaa993b8588eba046518d98e73fca7727f
authorDan Kennedy <danielk1977@gmail.com>
Wed, 20 Mar 2024 16:27:08 +0000 (20 16:27 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Wed, 20 Mar 2024 16:27:08 +0000 (20 16:27 +0000)
tree328ae4e226dc5d8b5ebb443d8bdeddab073d893a
parentd0a493e6ba8e894c892136524cde418a92208cfb
Change EXPLAIN QUERY PLAN output to say "USE TEMP B-TREE FOR LAST TERM OF ORDER BY", or "LAST N TERMS OF ORDER BY", instead of "RIGHT PART OF ORDER BY".
src/select.c
test/cost.test
test/eqp.test
test/eqp2.test [new file with mode: 0644]
test/orderby1.test
test/selectA.test