You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
593 B

  1. [mariadb]
  2. # See https://mariadb.com/kb/en/how-to-enable-tokudb-in-mariadb/
  3. # for instructions how to enable TokuDB
  4. #
  5. # See https://mariadb.com/kb/en/tokudb-differences/ for differences
  6. # between TokuDB in MariaDB and TokuDB from http://www.tokutek.com/
  7. # Note, that only one plugin-load option will be recognized by the
  8. # MariaDB server. If you uncomment the line below, make sure that
  9. # you don't also have plugin-load options in your other
  10. # my.cnf files. Otherwise, add ha_tokudb.so to the existing
  11. # plugin-load option, instead of uncommenting the line below.
  12. #plugin-load=ha_tokudb.so