diff options
author | Brian Evans <grknight@tuffmail.com> | 2014-02-06 13:55:36 -0500 |
---|---|---|
committer | Brian Evans <grknight@tuffmail.com> | 2014-02-06 13:55:36 -0500 |
commit | 8c4650fc2349ca80bf3a9e47657915220e1f4100 (patch) | |
tree | b8cff5cd660fce69bc5391b1d5be698f8ec0d2fa /dev-db/mariadb | |
parent | [mariadb] Remove some test exceptions that were fixed (diff) | |
download | mysql-8c4650fc2349ca80bf3a9e47657915220e1f4100.tar.gz mysql-8c4650fc2349ca80bf3a9e47657915220e1f4100.tar.bz2 mysql-8c4650fc2349ca80bf3a9e47657915220e1f4100.zip |
Clean up the various my.cnf files for 5.5+ configs renaming deprecated options
Diffstat (limited to 'dev-db/mariadb')
-rw-r--r-- | dev-db/mariadb/files/my.cnf-5.5 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-db/mariadb/files/my.cnf-5.5 b/dev-db/mariadb/files/my.cnf-5.5 index 72d81c5..31c3b9e 100644 --- a/dev-db/mariadb/files/my.cnf-5.5 +++ b/dev-db/mariadb/files/my.cnf-5.5 @@ -86,10 +86,6 @@ tmpdir = @GENTOO_PORTAGE_EPREFIX@/tmp/ #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 @@ -145,8 +141,8 @@ write_buffer = 2M [myisamchk] 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 |