• Georgi Kodinov's avatar
    Bug #42760: Select doesn't return desired results when we have null values · bd308d12
    Georgi Kodinov authored
    Part 2 : 
    There was a special optimization on the ref access method for 
    ORDER BY ... DESC that was set without actually looking on the type of the 
    selected index for ORDER BY.
    Fixed the SELECT ... ORDER BY .. DESC (it uses a different code path compared
    to the ASC that has been fixed with the previous fix).
    bd308d12
order_by.result 34 KB