]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysqld.conf
- ignore-builtin-innodb is deprecated
[packages/mysql.git] / mysqld.conf
index 73fd012c506950072cdb1fd34d95729102471335..f2df427ec7b15bc8fc0072928e0e408de2540877 100644 (file)
@@ -58,15 +58,13 @@ skip-networking
 
 # slave setup
 #relay-log=slave-relay-bin
-#master-host=master
-#master-user=replica
-#master-port=3306
-#master-password=replica
 #report-host=db-slave.example.org
 
 # master does not ignore them, but we do
 #replicate-ignore-db=mysql
 #replicate-ignore-db=test
+#replicate-ignore-table=db1.tbl1
+#replicate-ignore-table=db2.tbl2
 
 #replicate-rewrite-db=delfi->delfi_ro
 
@@ -188,6 +186,10 @@ myisam-recover
 #myisam_sort_buffer_size=4M
 
 
+# To completely disable InnoDB, use this option
+# this makes all innodb options being unknown options (including skip-innodb)
+# @deprecated
+#ignore-builtin-innodb
 
 #
 # InnoDB tables options (see MySQL manual)
This page took 0.029563 seconds and 4 git commands to generate.