Bug #39997 | Logger::write_message() causes an assertion failure | ||
---|---|---|---|
Submitted: | 13 Oct 2008 11:59 | Modified: | 12 Nov 2008 0:18 |
Reporter: | Georgi Kodinov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Backup | Severity: | S3 (Non-critical) |
Version: | 6.0-bk | OS: | Any |
Assigned to: | Georgi Kodinov | CPU Architecture: | Any |
[13 Oct 2008 11:59]
Georgi Kodinov
[13 Oct 2008 12:22]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/56114 2873 Georgi Kodinov 2008-10-13 Bug #39997: Logger::write_message() causes an assertion failure Fixed by changing the error code from 0 to ER_UNKNOWN_ERROR. Updated the offending call to use report_error (and hence the correct error code).
[13 Oct 2008 14:59]
Rafal Somla
Good to push.
[10 Nov 2008 10:53]
Bugs System
Pushed into 6.0.8-alpha (revid:kgeorge@mysql.com-20081013122204-cwq58o3vtsi31kgq) (version source revid:kgeorge@mysql.com-20081013122204-cwq58o3vtsi31kgq) (pib:5)
[11 Nov 2008 16:09]
Paul DuBois
The version is actually 6.0.9.
[12 Nov 2008 0:18]
Paul DuBois
Noted in 6.0.9 changelog. The MySQL Backup message logger caused an assertion failure.