From: Date: October 2 2008 11:56pm Subject: bzr commit into mysql-6.0 branch (kostja:2722) Bug#38249 List-Archive: http://lists.mysql.com/commits/55149 X-Bug: 38249 Message-Id: <20081002215636.CCD084A001@vajra.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT #At file:///opt/local/work/mysql-6.0-runtime/ 2722 Konstantin Osipov 2008-10-03 Fix Bug#38249 innodb_log_arch_dir still in support files Remove a non-supported variable from cnf file templates. modified: support-files/my-huge.cnf.sh support-files/my-large.cnf.sh support-files/my-medium.cnf.sh support-files/my-small.cnf.sh === modified file 'support-files/my-huge.cnf.sh' --- a/support-files/my-huge.cnf.sh 2008-07-19 08:31:33 +0000 +++ b/support-files/my-huge.cnf.sh 2008-10-02 21:56:21 +0000 @@ -121,7 +121,6 @@ server-id = 1 #innodb_data_home_dir = @localstatedir@/ #innodb_data_file_path = ibdata1:2000M;ibdata2:10M:autoextend #innodb_log_group_home_dir = @localstatedir@/ -#innodb_log_arch_dir = @localstatedir@/ # You can set .._buffer_pool_size up to 50 - 80 % # of RAM but beware of setting memory usage too high #innodb_buffer_pool_size = 384M === modified file 'support-files/my-large.cnf.sh' --- a/support-files/my-large.cnf.sh 2008-07-19 08:31:33 +0000 +++ b/support-files/my-large.cnf.sh 2008-10-02 21:56:21 +0000 @@ -121,7 +121,6 @@ server-id = 1 #innodb_data_home_dir = @localstatedir@/ #innodb_data_file_path = ibdata1:10M:autoextend #innodb_log_group_home_dir = @localstatedir@/ -#innodb_log_arch_dir = @localstatedir@/ # You can set .._buffer_pool_size up to 50 - 80 % # of RAM but beware of setting memory usage too high #innodb_buffer_pool_size = 256M === modified file 'support-files/my-medium.cnf.sh' --- a/support-files/my-medium.cnf.sh 2008-07-19 08:31:33 +0000 +++ b/support-files/my-medium.cnf.sh 2008-10-02 21:56:21 +0000 @@ -119,7 +119,6 @@ server-id = 1 #innodb_data_home_dir = @localstatedir@/ #innodb_data_file_path = ibdata1:10M:autoextend #innodb_log_group_home_dir = @localstatedir@/ -#innodb_log_arch_dir = @localstatedir@/ # You can set .._buffer_pool_size up to 50 - 80 % # of RAM but beware of setting memory usage too high #innodb_buffer_pool_size = 16M === modified file 'support-files/my-small.cnf.sh' --- a/support-files/my-small.cnf.sh 2008-07-09 22:13:42 +0000 +++ b/support-files/my-small.cnf.sh 2008-10-02 21:56:21 +0000 @@ -52,7 +52,6 @@ server-id = 1 #innodb_data_home_dir = @localstatedir@/ #innodb_data_file_path = ibdata1:10M:autoextend #innodb_log_group_home_dir = @localstatedir@/ -#innodb_log_arch_dir = @localstatedir@/ # You can set .._buffer_pool_size up to 50 - 80 % # of RAM but beware of setting memory usage too high #innodb_buffer_pool_size = 16M