[MCOL-4642] NOT IN subquery containing an isnull in the OR predicate crashes server Created: 2021-03-26 Updated: 2021-12-10 Resolved: 2021-06-11 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 5.5.1 |
| Fix Version/s: | 5.6.3, 6.1.1 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Gagan Goel (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The following query crashes the server:
However, if the OR arguments are interchanged, the crash does not happen:
In addition, the following 2 queries return inconsistent results:
|
| Comments |
| Comment by Daniel Lee (Inactive) [ 2021-06-11 ] |
|
Build verified: 6.1.1 ( Drone #2573) |