[MDEV-28217] Incorrect Join Execution When Controlling Join Buffer Size Created: 2022-04-02 Updated: 2023-06-07 Resolved: 2023-05-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 10.8.2, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11 |
| Fix Version/s: | 10.4.31, 10.5.22, 10.6.15, 10.9.8, 10.10.6, 10.11.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Xiu Tang | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 11.0-sel | ||
| Description |
|
|
| Comments |
| Comment by Alice Sherepa [ 2022-04-07 ] | ||||||||||||||||
|
Thanks! I repeated on 10.2 53b580a91c12e92726-10.8 as described:
| ||||||||||||||||
| Comment by Weijun Huang [ 2022-12-16 ] | ||||||||||||||||
|
I checked the bug and found it still exists in 10.11. | ||||||||||||||||
| Comment by Sergei Petrunia [ 2023-01-09 ] | ||||||||||||||||
|
Reproducible for me on latest 10.11:
and on latest 11.0:
| ||||||||||||||||
| Comment by Michael Widenius [ 2023-05-03 ] | ||||||||||||||||
|
The problem was that join_buffer_size conflicted with Fixed by not using join_buffer_space_limit when | ||||||||||||||||
| Comment by Michael Widenius [ 2023-05-05 ] | ||||||||||||||||
|
Pushed to 10.4 main tree |