[MDEV-25251] main.derived_split_innodb Created: 2021-03-25 Updated: 2021-03-31 Resolved: 2021-03-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer, Storage Engine - InnoDB |
| Affects Version/s: | 10.5 |
| Fix Version/s: | 10.5.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Michael Widenius | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Fails in new buildbot on amd64-ubuntu-2004-icc with
This is random failure but is important to get fixed so to make protected branches work |
| Comments |
| Comment by Sergei Petrunia [ 2021-03-27 ] | ||||||||||||||||||||||||||
|
It is hitting this testcase:
| ||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2021-03-28 ] | ||||||||||||||||||||||||||
|
Testcase
| ||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2021-03-28 ] | ||||||||||||||||||||||||||
|
The execution starts to differ in JOIN_TAB::choose_best_splitting, here:
in both cases:
In the testcase (and on common platforms), the branch is not taken. |