mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
bb045e7931
jemalloc > 5.0.0 doesn't like to be linked with a dlopen-ed module. Don't link tokudb with jemalloc on Fedora 28, LD_PRELOAD it instead with mysqld_safe and with systemd.
9 lines
285 B
Text
9 lines
285 B
Text
[mariadb]
|
|
# See https://mariadb.com/kb/en/tokudb-differences/ for differences
|
|
# between TokuDB in MariaDB and TokuDB from http://www.tokutek.com/
|
|
|
|
plugin-load-add=ha_tokudb.so
|
|
|
|
[mysqld_safe]
|
|
# it might be necessary to uncomment the following line if jemalloc >= 5.0.0
|
|
@cnf_malloc_lib@
|