[packages/mysql] add ignore-builtin-innodb sample and comments

glen glen at pld-linux.org
Fri Oct 26 19:33:04 CEST 2012


commit a423272637e74dcc8381bf26c39ea028657d2e12
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Oct 26 20:33:02 2012 +0300

    add ignore-builtin-innodb sample and comments

 mysqld.conf | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/mysqld.conf b/mysqld.conf
index 06a1409..ec1f859 100644
--- a/mysqld.conf
+++ b/mysqld.conf
@@ -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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/a423272637e74dcc8381bf26c39ea028657d2e12



More information about the pld-cvs-commit mailing list