From b78f128cbe3c42623e4f35972ce143679c23f71b Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 30 Mar 2024 03:39:55 +0100 Subject: [PATCH] my.cnf.HUGE.MariaDB-10.11: fix aan error.. --- Example/my.cnf.HUGE.MariaDB-10.11 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/my.cnf.HUGE.MariaDB-10.11 b/Example/my.cnf.HUGE.MariaDB-10.11 index 7fbe5fa..3c173a7 100644 --- a/Example/my.cnf.HUGE.MariaDB-10.11 +++ b/Example/my.cnf.HUGE.MariaDB-10.11 @@ -604,7 +604,7 @@ read-buffer-size = 16M ## - #read-rnd-buffer-size = 8M read-rnd-buffer-size = 16M -i#read-rnd-buffer-size = 32M +#read-rnd-buffer-size = 32M ## - myisam_sort_buffer_size @@ -771,7 +771,7 @@ ft-min-word-len = 3 ## - Default: (built-in) ## - #ft-stopword-file = /usr/local/mysql/stopwords_utf8_iso8859-15.txt -ftp-stopword-file = /etc/mysql/stopwords_utf8_iso8859-15.txt +#ftp-stopword-file = /etc/mysql/stopwords_utf8_iso8859-15.txt ## --------------