]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysqld.conf
- update init scripts and related stuff
[packages/mysql.git] / mysqld.conf
index 6320c0771c7bb52e6db71e5b82a5aa900346cc76..aee73572bdba098c0fb35ffd5ecf49d2ff9a6f05 100644 (file)
@@ -126,7 +126,7 @@ log-output = FILE
 
 # mysqld error log (stderr)
 log-error = /var/log/mysql/mysqld.log
-log-warnings = 2
+log-error-verbosity = 2
 
 # Log slow queries
 slow-query-log
@@ -197,7 +197,7 @@ slow-query-log-file = /var/log/mysql/slow.log
 #delay-key-write-for-all-tables
 
 # Repair automatically on open if the table wasn't closed properly.
-myisam-recover
+myisam-recover-options
 #
 #myisam_sort_buffer_size=4M
 
@@ -219,7 +219,6 @@ innodb_file_per_table
 # these are actual defaults (as of 5.0.26)
 innodb_data_home_dir = @clusterdir@/mysqldb/db
 innodb_data_file_path = ibdata1:10M:autoextend
-innodb_mirrored_log_groups=1
 innodb_log_group_home_dir = @clusterdir@/mysqldb/db
 innodb_log_files_in_group=2
 innodb_log_file_size=5M
This page took 0.045003 seconds and 4 git commands to generate.