]> git.pld-linux.org Git - packages/mysql.git/commitdiff
add ignore-builtin-innodb sample and comments
authorElan Ruusamäe <glen@delfi.ee>
Fri, 26 Oct 2012 17:33:02 +0000 (20:33 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 26 Oct 2012 17:33:02 +0000 (20:33 +0300)
mysqld.conf

index 06a140943c2880023d064cb5c2d9fcee19d5999b..ec1f8596e0c074d49246dae2d5097081269af509 100644 (file)
@@ -186,6 +186,9 @@ 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)
+#ignore-builtin-innodb
 
 #
 # InnoDB tables options (see MySQL manual)
This page took 0.136578 seconds and 4 git commands to generate.