Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
N/A
-
None
Description
install soname 'ha_mroonga'; |
create or replace table t (a int, key(a desc)) engine=Mroonga; |
insert into t values (1),(3),(2); |
select * from t order by a; |
preview-10.8-MDEV-13756-desc-indexes 49b38c82a |
select * from t order by a; |
a
|
3
|
2
|
1
|
Attachments
Issue Links
- is caused by
-
MDEV-13756 Implement descending index: KEY (a DESC, b ASC)
- Closed