diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2012-02-15 02:07:21 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2012-02-15 02:07:21 +0000 |
commit | c65a7be580f56cd2473362cf4f8d0df970a12c51 (patch) | |
tree | b3d57d94ad75ceedef02ca7ade791c98aa1faefc /dev-db/mysql | |
parent | Remove unsupported versions (diff) | |
download | gentoo-2-c65a7be580f56cd2473362cf4f8d0df970a12c51.tar.gz gentoo-2-c65a7be580f56cd2473362cf4f8d0df970a12c51.tar.bz2 gentoo-2-c65a7be580f56cd2473362cf4f8d0df970a12c51.zip |
Update table_cache to table_open_cache variable for mysql-5.1 my.cnf file.
Fixes bug 403425 - thanks to Alex Efros <powerman-asdf@yandex.ru> for the report.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/mysql/files/my.cnf-5.1 | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 7cd1cfa8c607..cc4928321ccb 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.603 2012/02/11 18:56:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.604 2012/02/15 02:07:21 jmbsvicetto Exp $ + + 15 Feb 2012; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + files/my.cnf-5.1: + Update table_cache to table_open_cache variable for mysql-5.1 my.cnf file. + Fixes bug 403425 - thanks to Alex Efros <powerman-asdf@yandex.ru> for the + report. 11 Feb 2012; Raúl Porcel <armin76@gentoo.org> mysql-5.1.61.ebuild: alpha/ia64/s390/sh/sparc stable wrt #399375 diff --git a/dev-db/mysql/files/my.cnf-5.1 b/dev-db/mysql/files/my.cnf-5.1 index 5a7e0961308f..7d5f69b7ddac 100644 --- a/dev-db/mysql/files/my.cnf-5.1 +++ b/dev-db/mysql/files/my.cnf-5.1 @@ -1,5 +1,5 @@ # /etc/mysql/my.cnf: The global mysql configuration file. -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/files/my.cnf-5.1,v 1.2 2010/03/24 18:26:09 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/files/my.cnf-5.1,v 1.3 2012/02/15 02:07:21 jmbsvicetto Exp $ # The following options will be passed to all MySQL clients [client] @@ -54,7 +54,7 @@ datadir = @DATADIR@ skip-external-locking key_buffer = 16M max_allowed_packet = 1M -table_cache = 64 +table_open_cache = 64 sort_buffer_size = 512K net_buffer_length = 8K read_buffer_size = 256K |