[MCOL-5223] querytstats + LEFT JOIN + LOWER() in ON condition cause "t/tuplehashjoin.cpp@1095: assertion 'idlsz > 1' failed" error Created: 2022-09-19 Updated: 2023-11-14 Resolved: 2023-01-19 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 6.3.1, 6.4.2 |
| Fix Version/s: | 22.08.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Denis Khalikov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | querystats | ||
| Assigned for Testing: | |
| Description |
|
To reproduce:
Error occured only if this all 3 conditions is given.
So if only querystats is disabled, it works. If only LEFT JOIN is replaced with INNER JOIN, it works. If only LOWER() funcions in the ON Condition will be removed, it works. |
| Comments |
| Comment by alexey vorovich (Inactive) [ 2023-01-05 ] | |||||||||||||||||||||||||||
|
dleeyh , could you pls confirm | |||||||||||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2023-01-19 ] | |||||||||||||||||||||||||||
|
Build verified: 23.02 (Drone build #buildNo: 6523)
|