[MCOL-4107] column alias for NULL lost in resultssets, if in conjunction with most functions. Created: 2020-06-25 Updated: 2023-07-01 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.2.5 |
| Fix Version/s: | Icebox |
| Type: | Task | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
To reproduce:
SELECT now() , NULL as alias3 FROM nulltestcol;
Works with Innodb table or without "from clause" fine. with 1.4 / 1.5 it works. |