[MCOL-3773] cancel idbpm causes crash Created: 2020-02-10 Updated: 2021-01-07 Resolved: 2021-01-07 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | 1.2.5 |
| Fix Version/s: | 1.4.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | David Hall (Inactive) | Assignee: | David Hall (Inactive) |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Epic/Theme: | 1.4_regressions |
| Description |
|
The following sequence causes mysqld to crash at dbcon/execplan/calpontsystemcatalog.h:303. It appears the rhs has bad data and is probably already deleted. select count(distinct idbPm(l_orderkey)) from lineitem; select min(idbExtentRelativeRid(s_suppkey)), max(idbExtentRelativeRid(s_suppkey)), min(s_suppkey), max(s_suppkey) from supplier; |
| Comments |
| Comment by David Hall (Inactive) [ 2021-01-07 ] |
|
This appears fixed in 5.5 |