[MCOL-3473] SPACE() returns a "doesn't support" message Created: 2019-09-04 Updated: 2020-03-13 Resolved: 2020-02-26 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.4 |
| Fix Version/s: | 1.4.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Build tested: 1.4.0-1 [dlee@master centos7]$ cat gitversionInfo.txt Autopilot test case: features.functions select cidx, SPACE(cidx) from datatypetestm order by cidx ERROR 1178 (42000) at line 1: The storage engine for the table doesn't support IDB-1001: Function 'space' can only be used in the outermost select or order by clause and cannot be used in conjunction with an aggregate function. This test works correctly in 1.2.4-1 |
| Comments |
| Comment by David Hall (Inactive) [ 2020-02-26 ] |
|
This was fixed when we implemented internal SPACE function |