1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug #47811 ./mysql-test-run.pl --valgrind uses old (too narrow) allignment

Remove the alignment option, let valgrind use its default
This commit is contained in:
Bjorn Munch
2009-10-06 10:42:05 +02:00
parent a0ed9a389d
commit 0311f538b0

View File

@ -5081,7 +5081,6 @@ sub valgrind_arguments {
else
{
mtr_add_arg($args, "--tool=memcheck"); # From >= 2.1.2 needs this option
mtr_add_arg($args, "--alignment=8");
mtr_add_arg($args, "--leak-check=yes");
mtr_add_arg($args, "--num-callers=16");
mtr_add_arg($args, "--suppressions=%s/valgrind.supp", $glob_mysql_test_dir)