[MDEV-29778] Having Unique index interference with MATCH from a FULLTEXT Created: 2022-10-12 Updated: 2022-10-25 Resolved: 2022-10-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Full-text Search, Storage Engine - InnoDB |
| Affects Version/s: | 10.5.17, 10.6.7, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9 |
| Fix Version/s: | 10.3.37, 10.4.27, 10.5.18, 10.6.11, 10.7.7, 10.8.6, 10.9.4, 10.10.2, 10.11.1 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Anton Avramov | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | innodb, optimizer, performance | ||
| Environment: |
Ubuntu 22.04, Debian Buster |
||
| Attachments: |
|
| Description |
|
We waned to use the score of the MATCH function on a FULLTEXT index to show relevance of the result.
The first select would produce correct result as:
Where as the second would return:
|
| Comments |
| Comment by Alice Sherepa [ 2022-10-12 ] | |||||||||||||||||||||||||||||||||||||||||
|
Thank you for the report!
| |||||||||||||||||||||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2022-10-20 ] | |||||||||||||||||||||||||||||||||||||||||
|
OK to push. |