Bug #75504 | btr_search_guess_on_hash makes found block young twice? | ||
---|---|---|---|
Submitted: | 14 Jan 2015 12:52 | Modified: | 22 Jan 2015 14:51 |
Reporter: | Laurynas Biveinis (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S5 (Performance) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any | |
Tags: | ahi, innodb, performance |
[14 Jan 2015 12:52]
Laurynas Biveinis
[16 Jan 2015 19:38]
Laurynas Biveinis
The patch uploaded to bug 75534 includes a fix for this bug.
[19 Jan 2015 16:21]
MySQL Verification Team
What version of server contains this code ???
[22 Jan 2015 5:40]
Laurynas Biveinis
Some of the versions containing this code are: 5.7.5, 5.6.22, 5.5.41. Are we looking at different places perhaps?
[22 Jan 2015 14:51]
MySQL Verification Team
Your code analysis is true. However, I do not opine that this is a serious performance issue, particularly since the second block of code has additional condition which would make page setting young again obsolete. Still, additional code cleaning is welcome. Verified as reported. Thank you for your contribution.