/[smeserver]/rpms/e-smith-mysql/sme10/e-smith-mysql-2.6.0-use_default_innodb_settings.patch
ViewVC logotype

Contents of /rpms/e-smith-mysql/sme10/e-smith-mysql-2.6.0-use_default_innodb_settings.patch

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


Revision 1.1 - (show annotations) (download)
Mon Apr 11 20:45:32 2016 UTC (8 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-mysql-2_6_0-8_el7_sme, e-smith-mysql-2_6_0-22_el7_sme, e-smith-mysql-2_6_0-20_el7_sme, e-smith-mysql-2_6_0-17_el7_sme, e-smith-mysql-2_6_0-18_el7_sme, e-smith-mysql-2_6_0-10_el7_sme, e-smith-mysql-2_6_0-19_el7_sme, e-smith-mysql-2_6_0-7_el7_sme, e-smith-mysql-2_6_0-21_el7_sme, e-smith-mysql-2_6_0-15_el7_sme, e-smith-mysql-2_6_0-16_el7_sme, e-smith-mysql-2_6_0-13_el7_sme, e-smith-mysql-2_6_0-14_el7_sme, e-smith-mysql-2_6_0-11_el7_sme, e-smith-mysql-2_6_0-12_el7_sme, e-smith-mysql-2_6_0-9_el7_sme, HEAD
* Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme
- Use default InnoDB settings [SME: 9439]

1 diff -Nur e-smith-mysql-2.6.0/root/etc/e-smith/templates/etc/my.cnf/009innodb e-smith-mysql-2.6.0_bz9439/root/etc/e-smith/templates/etc/my.cnf/009innodb
2 --- e-smith-mysql-2.6.0/root/etc/e-smith/templates/etc/my.cnf/009innodb 2016-04-11 22:43:17.527343726 +0200
3 +++ e-smith-mysql-2.6.0_bz9439/root/etc/e-smith/templates/etc/my.cnf/009innodb 1970-01-01 01:00:00.000000000 +0100
4 @@ -1,15 +0,0 @@
5 -{
6 -
7 - # innodb is enabled. We'll use the MySQL-AB-recommended innodb
8 - # defaults for small to medium sites, from the my-medium.cnf file
9 - # distributed with MySQL
10 - $OUT .= "innodb_data_home_dir = /var/lib/mysql/\n";
11 - $OUT .= "innodb_data_file_path = ibdata1:10M:autoextend\n";
12 - $OUT .= "innodb_log_group_home_dir = /var/lib/mysql/\n";
13 - $OUT .= "innodb_buffer_pool_size = 16M\n";
14 - $OUT .= "innodb_additional_mem_pool_size = 250M\n";
15 - $OUT .= "innodb_log_file_size = 125M\n";
16 - $OUT .= "innodb_log_buffer_size = 8M\n";
17 - $OUT .= "innodb_flush_log_at_trx_commit = 1\n";
18 - $OUT .= "innodb_lock_wait_timeout = 120\n";
19 -}

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