summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorBjorn Munch <Bjorn.Munch@sun.com>2009-10-06 10:42:05 +0200
committerBjorn Munch <Bjorn.Munch@sun.com>2009-10-06 10:42:05 +0200
commit0311f538b0960334e2d965b9f96c5cd86bb7a0c4 (patch)
tree3e205fa754dfcd337683fe1cb5774a04051c9e54 /mysql-test/mysql-test-run.pl
parenta0ed9a389df83559ba8b4426d20320b057f639d1 (diff)
downloadmariadb-git-0311f538b0960334e2d965b9f96c5cd86bb7a0c4.tar.gz
Bug #47811 ./mysql-test-run.pl --valgrind uses old (too narrow) allignment
Remove the alignment option, let valgrind use its default
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 478462f8c64..863863cece7 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -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)