Bug #73109 | unnecessary redo log writing occasionally in function log_write_up_to | ||
---|---|---|---|
Submitted: | 25 Jun 2014 8:38 | Modified: | 16 Sep 2014 23:44 |
Reporter: | zhai weixiang (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.7.4 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[25 Jun 2014 8:38]
zhai weixiang
[25 Jun 2014 9:16]
zhai weixiang
Sorry , I posted a wrong fix . Ignore the suggested fix, I'll attach a new one.
[25 Jun 2014 9:45]
zhai weixiang
a simple fix
Attachment: bug73109.diff (application/octet-stream, text), 1.29 KiB.
[26 Jun 2014 8:55]
MySQL Verification Team
Thanks for reporting the issue, and supplying a patch along with it. Verifying based on inspecting code. Also, could you please sign the OCA, so that we can consider taking your patch? Please see the following for more details: http://www.oracle.com/technetwork/community/oca-486395.html Do you have a test case that can be used to trigger this condition as well? That would also be appreciated. Thanks, Umesh
[7 Jul 2014 6:59]
zhai weixiang
Hi, Umesh I have send an email with signed document. Do I need to reattach the patch ?
[7 Jul 2014 7:05]
MySQL Verification Team
Hello Zhai, Imho not required to resend the patch if already attached to the bug report.. Shall check and let you know if required to do so and update you. Regards, Umesh
[18 Jul 2014 14:19]
zhai weixiang
re-attach the patch (*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: bug73109.diff (application/octet-stream, text), 1.29 KiB.
[21 Jul 2014 4:31]
zhai weixiang
remove incorrect assert (*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: bug73109.diff (application/octet-stream, text), 1.40 KiB.
[16 Sep 2014 23:44]
Daniel Price
Fixed as of the upcoming 5.7.6 release, and here's the changelog entry: If the log sequence number (LSN) has not increased, the "log_write_up_to()" function should not initiate redo log writing. Thank you for the bug report.