Details
- 
    Task 
- 
    Status: Closed (View Workflow)
- 
    Critical 
- 
    Resolution: Fixed
- 
    None
Description
in cases like
| CREATE TABLE t1 (a INT, b INT, INDEX (a DESC, b ASC)); | 
| ... | 
| SELECT * FROM t1 ORDER BY a DESC, b ASC; | 
In other cases descending indexes could be treated as disabled.
Attachments
Issue Links
- is part of
- 
                    MDEV-13756 Implement descending index: KEY (a DESC, b ASC) -         
- Closed
 
-         
- relates to
- 
                    MDEV-26996 Support descending indexes in the range optimizer -         
- Closed
 
-