summaryrefslogtreecommitdiff
path: root/databases/mysql80-server/files/patch-scripts_mysqld__safe.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mysql80-*: Update to 8.0.28Jochen Neumeister2022-01-281-19/+0
| | | | | | Changelog: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-28.html Sponsored by: Netzkommune GmbH
* databases/mysql80-server: add patch for malloc-libJochen Neumeister2022-01-071-0/+19
forked from mysql57-server: https://svnweb.freebsd.org/changeset/ports/548590 Log: MySQL 5.7 mysqld_safe allows malloc-lib files only in certain locations. google-perftools port puts libtcmalloc_minimal.so inside /usr/local/lib To use tcmalloc memory allocator we need mysqld_safe to load libraries from /usr/local/lib More information about why to use tcmalloc instead of jemalloc here: https://forums.freebsd.org/threads/freebsd-12-x-and-mysql-5-7-and-importing-file-with-lots-of-small-lines-exhaust-ram-and-swap.72733/ PR: 259816 Sponsored by: Netzkommune GmbH