[MDEV-26311] Fulltext searches on ARIA tables don't respect max_statement_time Created: 2021-08-05 Updated: 2021-08-05 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Full-text Search |
| Affects Version/s: | 10.6.3 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Jan Willamowius | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I have a long running fulltext query but limiting the execution time doesn't work on ARIA tables, while it works fine on InnoDB tables. Example SET STATEMENT max_statement_time=1 FOR SELECT * FROM mytable WHERE MATCH(name) against ('+rareword' IN BOOLEAN MODE); |