From 842da858b6c5b619bb5395ef4216f7e675b0f3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Sat, 27 Jun 2020 15:43:46 +0300 Subject: Unify config syntax in default files - Include a link to the relevant KB article for more info - Use spaced around the equal sign for better readability and so that the examples are more aligned with the general style in the KB - Load plugins with just the base name, the .so is optional and excess --- storage/spider/spider.cnf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'storage') diff --git a/storage/spider/spider.cnf b/storage/spider/spider.cnf index 2ee546962d6..ebc9968b490 100644 --- a/storage/spider/spider.cnf +++ b/storage/spider/spider.cnf @@ -1,5 +1,7 @@ [mariadb] # -# uncomment the following line to enable SPIDER storage engine +# Uncomment line to enable # -#plugin-load-add=ha_spider.so +#plugin-load-add = ha_spider + +# Read more at https://mariadb.com/kb/en/spider/ -- cgit v1.2.1