Bug #15021 | binlog_index table become inconsistent if errors during purge of binlogs | ||
---|---|---|---|
Submitted: | 17 Nov 2005 15:08 | Modified: | 7 Dec 2006 5:42 |
Reporter: | Jonathan Miller | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Replication | Severity: | S3 (Non-critical) |
Version: | 5.1.2 | OS: | Linux (Linux) |
Assigned to: | david li | CPU Architecture: | Any |
[17 Nov 2005 15:08]
Jonathan Miller
[20 Apr 2006 8:23]
Tomas Ulin
I don't see this as a critical error. I does not corrupt the users data, it leaves stray rows in the binlog index, rows that can be removed manually It does not an any serious way affect the user as I can see it therefore chaging the prio
[26 Sep 2006 3:14]
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/12509 ChangeSet@1.2289, 2006-09-26 11:14:58+08:00, dli@dev3-76.dev.cn.tlan +6 -0 fixed for BUG#15021, if EMFILE error occured while purging binary logs, stop purging logs and report error message to user.
[13 Oct 2006 1:56]
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/13639 ChangeSet@1.2299, 2006-10-13 09:54:39+08:00, dli@dev3-76.dev.cn.tlan +6 -0 ndb - fixed for BUG#15021, binglog_index table become inconsistent if errors during purge of binlogs. if EMFILE error occured while purging binary logs, stop purging logs and report error message to user.
[13 Oct 2006 4:45]
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/13640 ChangeSet@1.2310, 2006-10-13 12:48:05+08:00, dli@dev3-76.dev.cn.tlan +6 -0 ndb - fixed for BUG#15021, binlog_index table become inconsistent if errors during purge of binlogs. if EMFILE error occured while purging binary logs, stop purging logs and report error message to user.
[28 Nov 2006 3:11]
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/15917 ChangeSet@1.2323, 2006-11-28 11:14:36+08:00, dli@dev3-76.dev.cn.tlan +1 -0 ndb - fiexed for bug#15021, binlog_index table become inconsistent if errors during purge of binlogs. improved the original patch, changed if/else to switch/case.
[30 Nov 2006 9:08]
david li
pushed into 5.1-new-ndb-bj tree.
[7 Dec 2006 5:42]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html Documented bugfix in 5.1.14 changelog.