mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
clarify plugin-load usage in tokudb.cnf file
This commit is contained in:
parent
e3d9076910
commit
e8f6f40292
1 changed files with 6 additions and 0 deletions
|
@ -5,5 +5,11 @@
|
|||
# See https://mariadb.com/kb/en/tokudb-differences/ for differences
|
||||
# between TokuDB in MariaDB and TokuDB from http://www.tokutek.com/
|
||||
|
||||
# Note, that only one plugin-load option will be recognized by the
|
||||
# MariaDB server. If you uncomment the line below, make sure that
|
||||
# you don't also have plugin-load options in your other
|
||||
# my.cnf files. Otherwise, add ha_tokudb.so to the existing
|
||||
# plugin-load option, instead of uncommenting the line below.
|
||||
|
||||
#plugin-load=ha_tokudb.so
|
||||
|
||||
|
|
Loading…
Reference in a new issue