[MCOL-4324] Query might return unexpected values or fail after the killed query Created: 2020-09-24 Updated: 2021-01-14 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | 5.4.1 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Minor |
| Reporter: | Roman | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The code in rnd_next(), rnd_end(), select_next() doesn't clean up internal structures after the killed query so the next query might return an unexpected queries or fail. See details in the linked |