Commit graph

1 commit

Author SHA1 Message Date
Yuchen Pei
875377ad82
MDEV-27576 Use reverse index for max/min optimization
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.
2023-12-14 17:05:03 +11:00