[MCOL-5006] select with subquery select gives incorrect result Created: 2022-03-04 Updated: 2022-03-29 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 6.3.1 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hall (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
See test005.sh
SELECT 1+(select 1) returns 2:
Yet when the subselect is select 1 + select 2, it returns more rows than it ought
|
| Comments |
| Comment by David Hall (Inactive) [ 2022-03-04 ] |
|
When fixed, please add mtr test |