[MDEV-25448] select count(*) combined with MATCH AGAINST returns wrong count Created: 2021-04-19 Updated: 2021-04-19 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Full-text Search |
| Affects Version/s: | 10.5.9 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Patrick Heppler | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 8.3 |
||
| Description |
|
I have a table accounts:
The table has 11 entries, where 4 have a fullname which contains "Foo". But running this query the result is 11:
While running this returns 4 rows
|