drh
|
ba09d91e54
|
The ORDER BY LIMIT optimization is not valid unless the inner-most IN operator
loop is actually used by the query plan.
Fix for ticket [0c4df46116e90f92].
FossilOrigin-Name: b4f8be1f3258823b3a8f316c92f9019f71ef86a0
|
2016-09-07 12:08:37 +00:00 |
|
drh
|
dd545d3bf2
|
Make sure the ORDER BY LIMIT optimization is not applied if the inner-most
loop can only have a single iteration and is hence not really a loop.
FossilOrigin-Name: 13e3bd3de6b434b6182ef36be108d7ee0be8ca53
|
2016-08-04 09:09:44 +00:00 |
|
drh
|
73fa4737ce
|
A few simple test cases for the ORDER BY LIMIT optimization.
FossilOrigin-Name: 08849eab0f6ef29eaf6d2ce9c692de9b953dbd27
|
2016-05-20 00:21:42 +00:00 |
|