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
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Fix Version/s | 10.5.28 [ 29952 ] | |
Resolution | Not a Bug [ 6 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |