Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 10.4.10
-
Fix Version/s: 10.4.11
-
Component/s: Optimizer
-
Labels:
-
Environment:Centos os 7
Description
You can reproduce the problem by creating an table that have a Full-text index and then search with charset other than latin1.
For reproducing the bug you should use several other indexes along the full-text search.
For example:
SELECT t.* FROM threads t WHERE [some other search based on indexes] MATCH (t.subject) AGAINST ('Some Arabic/Persian Text') >= '3' ORDER BY t.tid DESC LIMIT 0, 10;
Attachments
Issue Links
- relates to
-
MDEV-21040 InnoDB: fulltext search with ` in(...)` crashed on specific combination
-
- Closed
-
-
MDEV-20407 mysqld got signal 11; rowid filter
-
- Closed
-
-
MDEV-21125 Crash with FTS query
-
- Closed
-