From a423272637e74dcc8381bf26c39ea028657d2e12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 26 Oct 2012 20:33:02 +0300 Subject: [PATCH] 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) -- 2.44.0