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
commit3141528ea84b95e4a7b4bfe38fb9b0801ac390ce (patch)
tree3e205fa754dfcd337683fe1cb5774a04051c9e54 /mysql-test/mysql-test-run.pl
parent109ae607fbe3e07d6e208ea82899735406c72776 (diff)
downloadmariadb-git-3141528ea84b95e4a7b4bfe38fb9b0801ac390ce.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)