diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-06-27 15:43:46 +0300 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2020-08-01 10:31:41 +1000 |
commit | 842da858b6c5b619bb5395ef4216f7e675b0f3a0 (patch) | |
tree | a525cbb711b31a7cb8848ce3ba5687c8ac400e7a /storage/spider | |
parent | afbd61811faad1b95e941e9b8f0c174f412200d4 (diff) | |
download | mariadb-git-842da858b6c5b619bb5395ef4216f7e675b0f3a0.tar.gz |
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
Diffstat (limited to 'storage/spider')
-rw-r--r-- | storage/spider/spider.cnf | 6 |
1 files changed, 4 insertions, 2 deletions
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/ |