From: Øystein Grøvlen Date: November 7 2008 1:55pm Subject: Re: bzr commit into mysql-6.0-backup branch (cbell:2727) Bug#40219 List-Archive: http://lists.mysql.com/commits/58179 Message-Id: <491448E0.10606@sun.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Patch approved. Test runs successfully. -- Øystein Chuck Bell wrote: > #At file:///C:/source/bzr/mysql-6.0-bug-40219/ > > 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. > added: > mysql-test/suite/backup/t/backup_logs_output-master.opt > modified: > mysql-test/suite/backup/r/backup_logs_output.result > mysql-test/suite/backup/t/backup_logs_output.test > sql/mysqld.cc > sql/set_var.cc > > per-file messages: > mysql-test/suite/backup/r/backup_logs_output.result > Corrected result file. > mysql-test/suite/backup/t/backup_logs_output-master.opt > The option file to start server with new options on the command line. > mysql-test/suite/backup/t/backup_logs_output.test > Added test to ensure the command line startup options for > backup_*_log_file work as expected. > sql/mysqld.cc > Added startup options for backup_*_log_file variables. > sql/set_var.cc > Corrected error in setting default value for backup_*_log_file variables.