mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Bug#23981 memory leaks from yassl code + other
- Readd --skip-bdb when valgrinding mysql-test/mysql-test-run.pl: Readd --skip-bdb when valgrinding
This commit is contained in:
@ -3347,6 +3347,11 @@ sub mysqld_arguments ($$$$$) {
|
|||||||
if ( $opt_valgrind_mysqld )
|
if ( $opt_valgrind_mysqld )
|
||||||
{
|
{
|
||||||
mtr_add_arg($args, "%s--skip-safemalloc", $prefix);
|
mtr_add_arg($args, "%s--skip-safemalloc", $prefix);
|
||||||
|
|
||||||
|
if ( $mysql_version_id < 50100 )
|
||||||
|
{
|
||||||
|
mtr_add_arg($args, "%s--skip-bdb", $prefix);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
my $pidfile;
|
my $pidfile;
|
||||||
|
Reference in New Issue
Block a user