Bug #38462 | Binlog file shows incomplete file name in online backup table. | ||
---|---|---|---|
Submitted: | 30 Jul 2008 16:12 | Modified: | 29 Sep 2008 20:47 |
Reporter: | Hema Sridharan | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Backup | Severity: | S3 (Non-critical) |
Version: | mysql-6.0-backup, mysql-6.0 | OS: | Linux |
Assigned to: | Jørgen Løland | CPU Architecture: | Any |
[30 Jul 2008 16:12]
Hema Sridharan
[30 Jul 2008 16:54]
Sveta Smirnova
Thank you for the report. Verified as described.
[15 Sep 2008 11: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/54082 2697 Jorgen Loland 2008-09-15 Bug#38462 - Binlog file shows incomplete file name in online backup table. Before: Binlog file name was written with full path to backup_history log. The full path could easily be more than 64 chars, which is the defined length of this field in the table. Now: Full path is not needed, only binlog file name.
[15 Sep 2008 12:25]
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/54095 2694 Jorgen Loland 2008-09-15 Bug#38462 - Binlog file shows incomplete file name in online backup table. Before: Binlog file name was written with full path to backup_history log. The full path could easily be more than 64 chars, which is the defined length of this field in the table. Now: Full path is not needed, only binlog file name.
[15 Sep 2008 13:28]
Øystein Grøvlen
Approved. Good to push.
[15 Sep 2008 14:35]
Rafal Somla
Good to push.
[16 Sep 2008 8:42]
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/54185 2694 Jorgen Loland 2008-09-15 Bug#38462 - Binlog file shows incomplete file name in online backup table. Before: Binlog file name was written with full path to backup_history log. The full path could easily be more than 64 chars, which is the defined length of this field in the table. Now: Full path is not needed, only binlog file name.
[28 Sep 2008 19:23]
Øystein Grøvlen
Pushed to 6.0 main for 6.0.8
[29 Sep 2008 20:47]
Paul DuBois
Noted in 6.0.8 changelog. The binary log filename stored in the binlog_file column of the mysql.backup_history MySQL Backup table now is the file basename (the final component). Previously, the full pathname was stored, but this could be too long for the column width.