summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-12-04 23:24:59 +0100
committermh <mh@immerda.ch>2013-12-04 23:24:59 +0100
commit808a83374cc96e93971c80fc08c503981f8e9bc5 (patch)
treebde398b05797a788218bebad8689ae56d1451476
parentbad8721b44b01e9656257a19ae334d46231d2c3d (diff)
rename deprecated option
-rw-r--r--files/config/my.cnf.CentOS4
1 files 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