Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5, 10.6, 10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL), 10.11, 11.0(EOL), 11.1(EOL), 11.2(EOL)
Description
The recent release of MySQL 8.0.35 includes the following change:
Bug#35432973 InnoDB: processing single character tokens with FTS parser plugin
When a tokenizer plugin interface was added to MySQL 5.7, fts_tokenize_ctx::processed_len got a second meaning, which is only partly implemented in row_merge_fts_doc_tokenize().
Attachments
Issue Links
- blocks
-
MDEV-32579 Merge new release of InnoDB 5.7.44 to 10.4
-
- Closed
-
- relates to
-
MDEV-10267 Add "ngram" support to MariaDB
-
- In Review
-
- links to
I found a rather simple test case that will crash MySQL 8.0.34 but not MySQL 5.7.43. The code has been refactored between MySQL 5.7 and 8.0. I will need to investigate what exactly has changed between the two versions.