[MDEV-24182] ibuf_merge_or_delete_for_page() contains dead code Created: 2020-11-10 Updated: 2020-11-11 Resolved: 2020-11-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2.7, 10.3.1, 10.4.0, 10.5.0 |
| Fix Version/s: | 10.2.37, 10.3.28, 10.4.18, 10.5.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | performance | ||
| Issue Links: |
|
||||||||
| Description |
|
The parameter update_ibuf_bitmap is always being passed as true to the function ibuf_merge_or_delete_for_page() ever since a fixup to Furthermore, the parameter page_size is never being passed as a null pointer, and therefore it should better be a reference to a constant object. |