[MDEV-28730] Remove internal parser usage from InnoDB fts Created: 2022-06-02 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Full-text Search, Storage Engine - InnoDB |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10 |
| Fix Version/s: | 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Thirunarayanan Balathandayuthapani | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
InnoDB fulltext index internally uses the parser to fetch, write the string into Make the auxilary tables as a part of fts_index_cache_t and doesn't allow the |
| Comments |
| Comment by Marko Mäkelä [ 2022-06-02 ] |
|
I think that this may be infeasible to fix in versions older than 10.6, where the InnoDB dictionary cache handling was simplified by |
| Comment by Thirunarayanan Balathandayuthapani [ 2022-06-06 ] |
|
Attaching the parser removal prototype patch in this MDEV page. mdev-28730.patch |