[MDEV-30567] rec_get_offsets() is not optimal Created: 2023-02-04 Updated: 2023-05-09 Resolved: 2023-03-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.8, 10.9, 10.10, 10.11, 11.0 |
| Fix Version/s: | 10.11.3, 11.0.2, 10.4.29, 10.5.20, 10.6.13, 10.7.8, 10.8.8, 10.9.6, 10.10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | performance | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
Functions such as rec_init_offsets_comp_ordinary() are using some conditional branches where bitwise arithmetics would work. Furthermore, some tweaks to silence -Wconversion in GCC versions 6 to 9 ( |