[MDEV-29289] uncleaned LIMIT ROWS EXAMINED Created: 2022-08-11 Updated: 2024-01-19 |
|
| Status: | In Review |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Temporary, Data Manipulation - Insert |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Roel Van de Paar | Assignee: | Michael Widenius |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | not-10.3, regression | ||
| Description |
|
Affects InnoDB, MyISAM, Aria and likely other engines
Leads to:
Bug confirmed present in: Bug (or feature/syntax) confirmed not present in: |
| Comments |
| Comment by Oleksandr Byelkin [ 2023-09-26 ] | |||||||||||||||||||||||||||||||||||||||
|
THD::check_limit_rows_examined set thd->killed in writing to the log, so it detect KILL state even before opening the inexistent table. | |||||||||||||||||||||||||||||||||||||||
| Comment by Oleksandr Byelkin [ 2023-09-26 ] | |||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||
| Comment by Oleksandr Byelkin [ 2023-09-26 ] | |||||||||||||||||||||||||||||||||||||||
|
limit_rows_examined_cnt was set in explain and used in the INSERT | |||||||||||||||||||||||||||||||||||||||
| Comment by Oleksandr Byelkin [ 2023-09-26 ] | |||||||||||||||||||||||||||||||||||||||
|
the set s case without unneeded rubbish
| |||||||||||||||||||||||||||||||||||||||
| Comment by Oleksandr Byelkin [ 2023-09-26 ] | |||||||||||||||||||||||||||||||||||||||
|
|