Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
N/A
-
None
Description
--source suite/federated/have_federatedx.inc
|
|
create table t (a int) engine=MyISAM; |
insert into t values (1),(5),(2),(3),(4); |
|
--eval create table tf (a int, key(a desc)) connection 'mysql://root@127.0.0.1:$MASTER_MYPORT/test/t' engine=Federated
|
select * from tf; |
select * from tf where a > 2; |
select * from tf where a < 3; |
|
# Cleanup
|
drop table tf, t; |
preview-10.8-MDEV-13756-desc-indexes 383b51d689 |
select * from tf where a > 2; |
a
|
select * from tf where a < 3; |
a
|
drop table tf, t; |
Same for Federated and FederatedX.
With an ascending index the results are correct.
Attachments
Issue Links
- is caused by
-
MDEV-13756 Implement descending index: KEY (a DESC, b ASC)
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is caused by |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Testing [ 10301 ] |
Fix Version/s | 10.8.1 [ 26815 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Testing [ 10301 ] | Closed [ 6 ] |
pushed into preview-10.8-
MDEV-13756-desc-indexes