From: Elan Ruusamäe Date: Fri, 26 Oct 2012 17:33:02 +0000 (+0300) Subject: add ignore-builtin-innodb sample and comments X-Git-Tag: auto/th/mysql-5.5.28-1~7 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=a423272637e74dcc8381bf26c39ea028657d2e12;p=packages%2Fmysql.git add ignore-builtin-innodb sample and comments --- 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)