• Yuchen Pei's avatar
    MDEV-27576 Use reverse index for max/min optimization · 875377ad
    Yuchen Pei authored
    We use a bool to indicate that the key part used is a descending
    index, which will flip the functions and flags used in
    get_index_max_value() and get_index_min_value(), that allows correct
    optimization for max/min for descending index.
    875377ad
desc_index_min_max.result 6.6 KB