diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-01-21 17:20:51 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-01-21 17:20:51 +0100 |
commit | e8f6f402922295ec36aab42976f3e494455407d4 (patch) | |
tree | 7ce7057b00d93e0a0b8d749d266e9fefb1bb5369 | |
parent | e3d90769109f7c4107aa3a04a4941c4eec9aa693 (diff) | |
download | mariadb-git-e8f6f402922295ec36aab42976f3e494455407d4.tar.gz |
clarify plugin-load usage in tokudb.cnf file
-rw-r--r-- | storage/tokudb/tokudb.cnf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/storage/tokudb/tokudb.cnf b/storage/tokudb/tokudb.cnf index 84f98e6d9b9..11e5e832bab 100644 --- a/storage/tokudb/tokudb.cnf +++ b/storage/tokudb/tokudb.cnf @@ -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 |