[MDEV-29677] Wrong result with join query and innodb fulltext search Created: 2022-10-01 Updated: 2023-02-02 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Full-text Search, Storage Engine - InnoDB |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10 |
| Fix Version/s: | 10.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | not-11.0-sel | ||
| Description |
|
Testcase:
Produces a correct result:
Note that this query plan executes the full text scan once. Now, try a query plan executes the full text scan twice:
Produces:
|
| Comments |
| Comment by Sergei Petrunia [ 2022-10-01 ] |
|
bb-10.7-mdev29677 |
| Comment by Sergei Petrunia [ 2022-10-01 ] |
|
I used 10.7, didn't try earlier versions. Will need to do that. |
| Comment by Alice Sherepa [ 2022-11-30 ] |
|
repeatable on the current 10.3 (4e9206736c403206915c09d)-10.10, not on bb-11.0 3135acf0bba521cd032cbf1 |