Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.6.3
-
None
-
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);