Bug #73179 Improve error handling on crash recovery
Submitted: 2 Jul 2014 20:18 Modified: 4 Jul 2014 18:41
Reporter: Marko Mäkelä Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S3 (Non-critical)
Version:5.7.5 OS:Any
Assigned to: CPU Architecture:Any

[2 Jul 2014 20:18] Marko Mäkelä
Description:
The mysql-test coverage on crash recovery error handling is spotty.
There is no test with a corrupted redo log.

How to repeat:
Check the gcov reports.

Suggested fix:
Extend tests and fix some errors in the diagnostic messages.
[4 Jul 2014 18:41] Daniel Price
Fixed as of the upcoming 5.7.5 release, and here's the changelog entry:

Improved error handling, diagnostics, and test coverage related to crash
recovery error handling. 

Thank you for the bug report.