diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-02-12 20:32:37 -0200 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-02-12 20:32:37 -0200 |
commit | 8865766a4e048e740a62e6b471104403e5803bbb (patch) | |
tree | 38b51015f6f08b00f9764a38b42fb6610f325b72 /support-files/my-huge.cnf.sh | |
parent | cc5809f055ada86c58be2d76cc6dff5fcb07f338 (diff) | |
download | mariadb-git-8865766a4e048e740a62e6b471104403e5803bbb.tar.gz |
Backport from 6.0 fix for Bug#38249
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.
Diffstat (limited to 'support-files/my-huge.cnf.sh')
-rw-r--r-- | support-files/my-huge.cnf.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support-files/my-huge.cnf.sh b/support-files/my-huge.cnf.sh index 5be8f5e67a0..8763dc61bb4 100644 --- a/support-files/my-huge.cnf.sh +++ b/support-files/my-huge.cnf.sh @@ -124,7 +124,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 |