diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-06-12 19:06:55 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-06-21 10:15:27 +0200 |
commit | 1033fa4bccb67b42b9baae189fc95bc93f821395 (patch) | |
tree | 5a247ef2f786a9ebca463aa0e52b35be43daa63f /debian | |
parent | be9d923af2b1b9bfe4ce3e2cf06ead957cf6129c (diff) | |
download | mariadb-git-1033fa4bccb67b42b9baae189fc95bc93f821395.tar.gz |
MDEV-13403 Mariadb (with TokuDB) excessive memory usage/leak
In RPM/DEB packages - always ld-preload jemalloc, instead
of linking ha_tokudb.so with it.
Keep linking in bintars, because they don't install cnf files
in the correct locations.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index cc52a1c240b..20ccd4c163e 100644 --- a/debian/control +++ b/debian/control @@ -477,6 +477,7 @@ Description: OQGraph storage engine for MariaDB Package: mariadb-plugin-tokudb Architecture: any Depends: mariadb-server-10.2 (= ${binary:Version}), + libjemalloc1 (>= 3.0.0~), ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-server-10.0, |