Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.7
-
Component/s: MariaDB Server
-
Labels:None
-
Sprint:2019-05
Description
CREATE TABLE s3 (
k1 bigint NOT NULL,
c1 int DEFAULT NULL,
PRIMARY KEY (k1)
);
SELECT k1, c1, avg(c1) OVER (ORDER BY c1) FROM s3 WHERE k1 < 100 ORDER BY k1;
Cause assert see MDEV-19270 for more information
Attachments
Issue Links
- includes
-
MDEV-19270 function as Window function causes debug assert
-
- Closed
-