[MCOL-3264] Remove 'kill a query' logic to hton->kill_query if applicable Created: 2019-04-17 Updated: 2023-10-25 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MDB Plugin |
| Affects Version/s: | None |
| Fix Version/s: | 23.10 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Roman | Assignee: | Roman |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Epic Link: | ColumnStore Compatibility Improvements | ||||||||
| Description |
|
There is a handlerton method kill_query that CS could utilize instead of number of checks in many places: rnd_init, rnd_next, rnd_end, pushdown_init etc. |