Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2(EOL), 10.3(EOL), 10.4(EOL)
-
None
Description
The mtr test
create table t1 (a int); |
insert into t1 values (1),(2),(3); |
analyze format=json
|
SELECT DISTINCT BIT_OR(100) OVER () FROM t1 |
GROUP BY LEFT('2018-08-24', 100) ; |
drop table t1; |
The query runs fine without the ANALYZE format=json
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
The mtr test
{code:sql} create table t1 (a int); insert into t1 values (1),(2),(3); analyze format=json SELECT DISTINCT BIT_OR(100) OVER () FROM t1 GROUP BY LEFT('2018-08-24', 100) ; drop table t1 {code} ; |
Description |
The mtr test
{code:sql} create table t1 (a int); insert into t1 values (1),(2),(3); analyze format=json SELECT DISTINCT BIT_OR(100) OVER () FROM t1 GROUP BY LEFT('2018-08-24', 100) ; drop table t1 {code} ; |
The mtr test
{code:sql} create table t1 (a int); insert into t1 values (1),(2),(3); analyze format=json SELECT DISTINCT BIT_OR(100) OVER () FROM t1 GROUP BY LEFT('2018-08-24', 100) ; drop table t1; {code} The query runs fine without the ANALYZE format=json |
Assignee | Varun Gupta [ varun ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.3 [ 22126 ] |
Affects Version/s | 10.4 [ 22408 ] |
Fix Version/s | 10.4 [ 22408 ] |
Summary | Server crashes when Analyze format=json is run with a select with DISTINCT ,GROUP BY and window function | Server crashes when Analyze format=json is run with a window function with empty PARTITION BY and ORDER BY clauses |
Attachment | mdev16230.diff [ 52059 ] |
Assignee | Varun Gupta [ varun ] | Sergei Petrunia [ psergey ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Sergei Petrunia [ psergey ] | Varun Gupta [ varun ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 10.5.4 [ 24264 ] | |
Fix Version/s | 10.2.33 [ 24307 ] | |
Fix Version/s | 10.3.24 [ 24306 ] | |
Fix Version/s | 10.4.14 [ 24305 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 87361 ] | MariaDB v4 [ 154393 ] |