FreeBSD Bugzilla – Attachment 230266 Details for
Bug 259816
databases/mysql80-server: 8.0.26 seems to leak memory compared to 8.0.25
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for malloc-lib files
patch-scripts_mysqld__safe.sh (text/plain), 791 bytes, created by
Christos Chatzaras
on 2021-12-20 10:16:27 UTC
(
hide
)
Description:
patch for malloc-lib files
Filename:
MIME Type:
Creator:
Christos Chatzaras
Created:
2021-12-20 10:16:27 UTC
Size:
791 bytes
patch
obsolete
>--- scripts/mysqld_safe.sh.orig 2021-12-20 09:36:27 UTC >+++ scripts/mysqld_safe.sh >@@ -360,7 +360,7 @@ mysqld_ld_preload_text() { > # running mysqld. See ld.so for details. > set_malloc_lib() { > # This list is kept intentionally simple. >- malloc_dirs="/usr/lib /usr/lib64 /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu" >+ malloc_dirs="/usr/lib /usr/lib64 /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu /usr/local/lib" > malloc_lib="$1" > > # Allow --malloc-lib='' to override other settings >@@ -379,6 +379,7 @@ set_malloc_lib() { > /usr/lib64) ;; > /usr/lib/i386-linux-gnu) ;; > /usr/lib/x86_64-linux-gnu) ;; >+ /usr/local/lib) ;; > *) > log_error "--malloc-lib must be located in one of the directories: $malloc_dirs" > exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259816
:
229468
| 230266