Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.0.14, 10.0(EOL), 10.1(EOL)
-
None
-
Linux 64-bit
Description
Server hangs after select count(distinct name) from t2 where a=8366 and b>=5 and b<=5;
How to repeat:
create table t2 (a smallint(6) not null, b int(10) not null, name varchar(20), primary key(a,b), key(name)) engine=InnoDB; |
insert into t2 values (8355,3,"sanja"),(8355,4,"wlad"),(8366,5, "lawrin"),(8366,6,"markusjm"); |
select count(distinct name) from t2 where a=8366 and b>=5 and b<=5; |
I was able to reproduce it also on 10.1 and 10.2 (debug)
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Affects Version/s | 10.0 [ 16000 ] | |
Affects Version/s | 10.1 [ 16100 ] | |
Assignee | Oleksandr Byelkin [ sanja ] |
Assignee | Oleksandr Byelkin [ sanja ] | Jan Lindström [ jplindst ] |
Component/s | Storage Engine - InnoDB [ 10129 ] | |
Component/s | Storage Engine - XtraDB [ 10135 ] | |
Fix Version/s | 10.0.25 [ 21701 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | Confirmed [ 10101 ] | Closed [ 6 ] |
Component/s | Storage Engine - InnoDB [ 10129 ] |
Link | This issue blocks ME-574 [ ME-574 ] |
Workflow | MariaDB v3 [ 74422 ] | MariaDB v4 [ 150180 ] |