Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The following testcase crashes:
create table t1(a int);
|
insert into t1 values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9);
|
|
select database();
|
connect (con1,localhost,root,,*NO-ONE*);
|
connection con1;
|
select database();
|
analyze format=json select * from test.t1 where t1.a<5;
|
disconnect con1;
|
connection default;
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Sergei Petrunia [ psergey ] |
Component/s | Optimizer [ 10200 ] | |
Fix Version/s | 10.1.4 [ 18400 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v2 [ 59948 ] | MariaDB v3 [ 66386 ] |
Workflow | MariaDB v3 [ 66386 ] | MariaDB v4 [ 148864 ] |