jmbsvicetto    14/04/24 23:55:04

  Modified:             my.cnf-5.5
  Log:
  Add mariadb-5.5.37 from the overlay - thanks to Brian Evans.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BB0E6E98)

Revision  Changes    Path
1.3                  dev-db/mariadb/files/my.cnf-5.5

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/files/my.cnf-5.5?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/files/my.cnf-5.5?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/files/my.cnf-5.5?r1=1.2&r2=1.3

Index: my.cnf-5.5
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/files/my.cnf-5.5,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- my.cnf-5.5  20 Jan 2013 02:39:55 -0000      1.2
+++ my.cnf-5.5  24 Apr 2014 23:55:04 -0000      1.3
@@ -1,5 +1,5 @@
 # @GENTOO_PORTAGE_EPREFIX@/etc/mysql/my.cnf: The global mysql configuration 
file.
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/files/my.cnf-5.5,v 1.2 
2013/01/20 02:39:55 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/files/my.cnf-5.5,v 1.3 
2014/04/24 23:55:04 jmbsvicetto Exp $
 
 # The following options will be passed to all MySQL clients
 [client]
@@ -52,7 +52,7 @@
 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
@@ -86,10 +86,6 @@
 #debug                                         = d:t:i:o,/tmp/mysqld.trace
 #one-thread
 
-# uncomment the following directives if you are using BDB tables
-#bdb_cache_size                                = 4M
-#bdb_max_lock                          = 10000
-
 # the following is the InnoDB configuration
 # if you wish to disable innodb instead
 # uncomment just the next line
@@ -137,17 +133,18 @@
 #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
+read_buffer_size                       = 2M
+write_buffer_size                      = 2M
 
 [mysqlhotcopy]
 interactive-timeout
 
+[mariadb]




Reply via email to