[MCOL-4184] Table join not working in 1.4, previous worked in 1.2 Created: 2020-07-16 Updated: 2021-01-14 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.4.4 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Customer reporting at a query that previously worked on 1.2 doesn't work on 1.4. Here is the error and info, Ill add the query in a following comment that is protected. The returned error is: Internal error: IDB-1000: 'dominio_periodo, sub-query' and 'visita' are not joined. We are on mariadb 10.4.12-6-MariaDB-enterprise-log MariaDB Enterprise Server; |
| Comments |
| Comment by David Hill (Inactive) [ 2020-10-09 ] |
|
Customer reported there did a work-around to reolved there issue on case 96117 Solved using "SET columnstore_select_handler=0" before query and "SET columnstore_select_handler=1" after that. |