Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.5
-
None
Description
This was observed after fixing MDEV-32411.
CREATE TABLE t1 ( a int not null ) ; |
INSERT INTO t1 VALUES (EXISTS(SELECT avg(a) OVER (ORDER BY COUNT(DISTINCT a)))); |
There is a reference to column `a` in the ORDER BY COUNT(DISTINCT a) which cannot be resolved, however the query executes successfully.
Attachments
Issue Links
- relates to
-
MDEV-32411 Item_sum arguments incorrectly reset to temp table fields which causes crash
-
- Closed
-
Activity
Transition | Time In Source Status | Execution Times |
---|
|
9d 15h 56m | 1 |