Bug #35206: select query result different if the key is indexed or not
The code for executing indexed ORDER BY was not setting all the internal fields correctly when selecting to execute ORDER BY over and index. Fixed by change the access method to one that will use the quick indexed access if one is selected while selecting indexed ORDER BY.
Showing
This diff is collapsed.
Please register or sign in to comment