SOURCES: mysqld.conf - duplicate delay-key-write-for-all-tables

glen glen at pld-linux.org
Fri Oct 20 19:34:06 CEST 2006


Author: glen                         Date: Fri Oct 20 17:34:06 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- duplicate delay-key-write-for-all-tables

---- Files affected:
SOURCES:
   mysqld.conf (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: SOURCES/mysqld.conf
diff -u SOURCES/mysqld.conf:1.30 SOURCES/mysqld.conf:1.31
--- SOURCES/mysqld.conf:1.30	Fri Oct 20 19:33:14 2006
+++ SOURCES/mysqld.conf	Fri Oct 20 19:34:00 2006
@@ -76,10 +76,6 @@
 ;binlog-ignore-db=mysql
 ;binlog-ignore-db=test
 
-; Don't flush key buffers between writes for any MyISAM
-; set this if you have dedicated slave server where writes aren't important
-;delay-key-write-for-all-tables
-
 ; Log slow queries
 ;log-slow-queries = /var/log/mysql/slow.log
 
@@ -144,6 +140,7 @@
 ;
 
 ; Don't flush key buffers between writes for any MyISAM
+; set this if you have dedicated slave server where writes aren't important
 ;delay-key-write-for-all-tables
 
 ; Repair automatically on open if the table wasn't closed properly.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mysqld.conf?r1=1.30&r2=1.31&f=u



More information about the pld-cvs-commit mailing list