/[smeserver]/rpms/e-smith-mysql/sme9/e-smith-mysql-2.4.0-remove_innodb_log_arch_dir.patch
ViewVC logotype

Contents of /rpms/e-smith-mysql/sme9/e-smith-mysql-2.4.0-remove_innodb_log_arch_dir.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Feb 18 21:53:15 2013 UTC (11 years, 3 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-mysql-2_4_0-3_el6_sme, e-smith-mysql-2_4_0-5_el6_sme, e-smith-mysql-2_4_0-8_el6_sme, e-smith-mysql-2_4_0-7_el6_sme, e-smith-mysql-2_4_0-4_el6_sme, e-smith-mysql-2_4_0-6_el6_sme, e-smith-mysql-2_4_0-2_el6_sme, e-smith-mysql-2_4_0-9_el6_sme, HEAD
* Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme
- Remove obsolete innodb_log_arch_dir directive [SME: 7363]

1 diff -Nur e-smith-mysql-2.4.0/root/etc/e-smith/templates/etc/my.cnf/009innodb e-smith-mysql-2.4.0-innodb/root/etc/e-smith/templates/etc/my.cnf/009innodb
2 --- e-smith-mysql-2.4.0/root/etc/e-smith/templates/etc/my.cnf/009innodb 2008-10-06 16:29:16.000000000 +0200
3 +++ e-smith-mysql-2.4.0-innodb/root/etc/e-smith/templates/etc/my.cnf/009innodb 2013-02-18 22:46:18.314068974 +0100
4 @@ -9,7 +9,6 @@
5 $OUT .= "innodb_data_home_dir = /var/lib/mysql/\n";
6 $OUT .= "innodb_data_file_path = ibdata1:10M:autoextend\n";
7 $OUT .= "innodb_log_group_home_dir = /var/lib/mysql/\n";
8 - $OUT .= "innodb_log_arch_dir = /var/lib/mysql/\n";
9 $OUT .= "innodb_buffer_pool_size = 16M\n";
10 $OUT .= "innodb_additional_mem_pool_size = 2M\n";
11 $OUT .= "innodb_log_file_size = 5M\n";

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed