public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/mysql:master commit in: dev-db/mariadb-galera/files/, dev-db/mariadb/files/, ...
@ 2013-11-13 15:12 Brian Evans
  0 siblings, 0 replies; only message in thread
From: Brian Evans @ 2013-11-13 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     d2bc5793ed0ded958270223b8315a6f9345c88df
Author:     Brian Evans <grknight <AT> tuffmail <DOT> com>
AuthorDate: Wed Nov 13 15:10:10 2013 +0000
Commit:     Brian Evans <grknight <AT> lavabit <DOT> com>
CommitDate: Wed Nov 13 15:10:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=d2bc5793

Rename key_buffer to key_buffer_size in 5.5 my.cnf files

---
 dev-db/mariadb-galera/files/my.cnf-5.5 | 6 +++---
 dev-db/mariadb/files/my.cnf-5.5        | 6 +++---
 dev-db/mysql/files/my.cnf-5.5          | 6 +++---
 dev-db/percona-server/files/my.cnf-5.5 | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-db/mariadb-galera/files/my.cnf-5.5 b/dev-db/mariadb-galera/files/my.cnf-5.5
index 1f42561..195ff90 100644
--- a/dev-db/mariadb-galera/files/my.cnf-5.5
+++ b/dev-db/mariadb-galera/files/my.cnf-5.5
@@ -52,7 +52,7 @@ log-error 					= @GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysqld.err
 basedir 					= @GENTOO_PORTAGE_EPREFIX@/usr
 datadir 					= @DATADIR@
 skip-external-locking
-key_buffer 					= 16M
+key_buffer_size				= 16M
 max_allowed_packet 			= 1M
 table_open_cache 			= 64
 sort_buffer_size 			= 512K
@@ -137,13 +137,13 @@ max_allowed_packet 			= 16M
 #safe-updates
 
 [isamchk]
-key_buffer 					= 20M
+key_buffer_size				= 20M
 sort_buffer_size 			= 20M
 read_buffer 				= 2M
 write_buffer 				= 2M
 
 [myisamchk]
-key_buffer 					= 20M
+key_buffer_size				= 20M
 sort_buffer_size 			= 20M
 read_buffer 				= 2M
 write_buffer 				= 2M

diff --git a/dev-db/mariadb/files/my.cnf-5.5 b/dev-db/mariadb/files/my.cnf-5.5
index 1f42561..195ff90 100644
--- a/dev-db/mariadb/files/my.cnf-5.5
+++ b/dev-db/mariadb/files/my.cnf-5.5
@@ -52,7 +52,7 @@ log-error 					= @GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysqld.err
 basedir 					= @GENTOO_PORTAGE_EPREFIX@/usr
 datadir 					= @DATADIR@
 skip-external-locking
-key_buffer 					= 16M
+key_buffer_size				= 16M
 max_allowed_packet 			= 1M
 table_open_cache 			= 64
 sort_buffer_size 			= 512K
@@ -137,13 +137,13 @@ max_allowed_packet 			= 16M
 #safe-updates
 
 [isamchk]
-key_buffer 					= 20M
+key_buffer_size				= 20M
 sort_buffer_size 			= 20M
 read_buffer 				= 2M
 write_buffer 				= 2M
 
 [myisamchk]
-key_buffer 					= 20M
+key_buffer_size				= 20M
 sort_buffer_size 			= 20M
 read_buffer 				= 2M
 write_buffer 				= 2M

diff --git a/dev-db/mysql/files/my.cnf-5.5 b/dev-db/mysql/files/my.cnf-5.5
index f43d535..fa7799f 100644
--- a/dev-db/mysql/files/my.cnf-5.5
+++ b/dev-db/mysql/files/my.cnf-5.5
@@ -52,7 +52,7 @@ log-error 					= @GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysqld.err
 basedir 					= @GENTOO_PORTAGE_EPREFIX@/usr
 datadir 					= @DATADIR@
 skip-external-locking
-key_buffer 					= 16M
+key_buffer_size					= 16M
 max_allowed_packet 			= 1M
 table_open_cache 			= 64
 sort_buffer_size 			= 512K
@@ -137,13 +137,13 @@ max_allowed_packet 			= 16M
 #safe-updates
 
 [isamchk]
-key_buffer 					= 20M
+key_buffer_size				= 20M
 sort_buffer_size 			= 20M
 read_buffer 				= 2M
 write_buffer 				= 2M
 
 [myisamchk]
-key_buffer 					= 20M
+key_buffer_size				= 20M
 sort_buffer_size 			= 20M
 read_buffer 				= 2M
 write_buffer 				= 2M

diff --git a/dev-db/percona-server/files/my.cnf-5.5 b/dev-db/percona-server/files/my.cnf-5.5
index f43d535..8ea66df 100644
--- a/dev-db/percona-server/files/my.cnf-5.5
+++ b/dev-db/percona-server/files/my.cnf-5.5
@@ -52,7 +52,7 @@ log-error 					= @GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysqld.err
 basedir 					= @GENTOO_PORTAGE_EPREFIX@/usr
 datadir 					= @DATADIR@
 skip-external-locking
-key_buffer 					= 16M
+key_buffer_size				= 16M
 max_allowed_packet 			= 1M
 table_open_cache 			= 64
 sort_buffer_size 			= 512K
@@ -137,13 +137,13 @@ max_allowed_packet 			= 16M
 #safe-updates
 
 [isamchk]
-key_buffer 					= 20M
+key_buffer_size				= 20M
 sort_buffer_size 			= 20M
 read_buffer 				= 2M
 write_buffer 				= 2M
 
 [myisamchk]
-key_buffer 					= 20M
+key_buffer_size				= 20M
 sort_buffer_size 			= 20M
 read_buffer 				= 2M
 write_buffer 				= 2M


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-13 15:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-13 15:12 [gentoo-commits] proj/mysql:master commit in: dev-db/mariadb-galera/files/, dev-db/mariadb/files/, Brian Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox