]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- duplicate delay-key-write-for-all-tables
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 20 Oct 2006 17:34:00 +0000 (17:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysqld.conf -> 1.31

mysqld.conf

index 1ceb695b2a8c63c0818c92f00621c02e05105985..c1b3359acb0623385a1b70d51600561d195a4313 100644 (file)
@@ -76,10 +76,6 @@ skip-networking
 ;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 @@ skip-networking
 ;
 
 ; 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.
This page took 0.031977 seconds and 4 git commands to generate.