1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Bug#23981 memory leaks from yassl code + other

- Readd --skip-bdb when valgrinding
This commit is contained in:
msvensson@neptunus.(none)
2006-11-07 16:09:32 +01:00
parent a3602ca86d
commit f5550c3304

View File

@ -3347,6 +3347,11 @@ sub mysqld_arguments ($$$$$) {
if ( $opt_valgrind_mysqld )
{
mtr_add_arg($args, "%s--skip-safemalloc", $prefix);
if ( $mysql_version_id < 50100 )
{
mtr_add_arg($args, "%s--skip-bdb", $prefix);
}
}
my $pidfile;