Bug #40219 | backup_{history,progress}_log_file not settable at server startup | ||
---|---|---|---|
Submitted: | 21 Oct 2008 19:38 | Modified: | 15 Nov 2008 1:39 |
Reporter: | Paul DuBois | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Backup | Severity: | S4 (Feature request) |
Version: | 6.0 bzr | OS: | Any |
Assigned to: | Chuck Bell | CPU Architecture: | Any |
[21 Oct 2008 19:38]
Paul DuBois
[21 Oct 2008 20:59]
MySQL Verification Team
Thank you for the bug report.
[4 Nov 2008 21: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/57837 2727 Chuck Bell 2008-11-04 BUG#40219 : backup_{history,progress}_log_file not settable at server startup The backup_history_log_file and backup_progress_log_file options are not exposed for server startup. This patch exposes those options for setting values on the command line at server startup.
[6 Nov 2008 14: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/58028 2727 Chuck Bell 2008-11-06 BUG#40219 : backup_{history,progress}_log_file not settable at server startup The backup_history_log_file and backup_progress_log_file options are not exposed for server startup. This patch exposes those options for setting values on the command line at server startup.
[7 Nov 2008 13:54]
Øystein Grøvlen
Patch approved.
[8 Nov 2008 10:16]
Rafal Somla
Good to push.
[10 Nov 2008 16:49]
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/58350 2729 Chuck Bell 2008-11-10 BUG#40219 : backup_{history,progress}_log_file not settable at server startup The backup_history_log_file and backup_progress_log_file options are not exposed for server startup. This patch exposes those options for setting values on the command line at server startup.
[11 Nov 2008 8:38]
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/58417 2730 oystein.grovlen@sun.com 2008-11-11 Bug#40219 backup_{history,progress}_log_file not settable at server startup Adds test option file that was not pushed with original patch.
[14 Nov 2008 14:50]
Bugs System
Pushed into 6.0.9-alpha (revid:oystein.grovlen@sun.com-20081111083727-ih90523op3rg8m1p) (version source revid:jorgen.loland@sun.com-20081114134411-xypyf8wyjc2nm3ly) (pib:5)
[15 Nov 2008 1:39]
Paul DuBois
Noted in 6.0.9 changelog. The backup_history_log_file and backup_progress_log_file system variables were not settable at server startup. Now they are.