• Martin Hansson's avatar
    Bug#44821: select distinct on partitioned table returns wrong results · f7ae0382
    Martin Hansson authored
    Range analysis did not request sorted output from the storage engine,
    which cause partitioned handlers to process one partition at a time
    while reading key prefixes in ascending order, causing values to be 
    missed. Fixed by always requesting sorted order during range analysis.
    This fix is introduced in 6.0 by the fix for bug no 41136.
    f7ae0382
group_min_max.result 90.9 KB