From 808a83374cc96e93971c80fc08c503981f8e9bc5 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 4 Dec 2013 23:24:59 +0100 Subject: rename deprecated option --- files/config/my.cnf.CentOS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/config/my.cnf.CentOS b/files/config/my.cnf.CentOS index 3e152b6..7265fdd 100644 --- a/files/config/my.cnf.CentOS +++ b/files/config/my.cnf.CentOS @@ -25,7 +25,7 @@ query_cache_size = 64M # indexes well, if log_long_format is enabled. It is normally good idea # to have this turned on if you frequently add new queries to the # system. -log_slow_queries +slow_query_log # How many threads we should keep in a cache for reuse. When a client # disconnects, the client's threads are put in the cache if there aren't @@ -34,7 +34,7 @@ log_slow_queries # connections. (Normally this doesn't give a notable performance # improvement if you have a good thread implementation.) thread_cache_size = 4 - + # InnoDB, unlike MyISAM, uses a buffer pool to cache both indexes and # row data. The bigger you set this the less disk I/O is needed to # access data in tables. On a dedicated database server you may set this -- cgit v1.2.3