[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);


Generated at Thu Feb 08 09:44:21 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.