From: Date: November 7 2006 5:10pm Subject: bk commit into 5.0 tree (joerg:1.2282) BUG#17194 List-Archive: http://lists.mysql.com/commits/14977 X-Bug: 17194 Message-Id: <20061107161053.32A031892@trift2.fambruehe> Below is the list of changes that have just been committed into a local 5.0 repository of joerg. When joerg does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2006-11-07 17:10:46+01:00, joerg@trift2. +1 -0 mysql-test/mysql-test-run.sh : After-merge fix (bug#17194) mysql-test/mysql-test-run.sh@stripped, 2006-11-07 17:10:43+01:00, joerg@trift2. +1 -1 After-merge fix: Variable "CWD" is gone. # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: joerg # Host: trift2. # Root: /MySQL/M50/bug17194-5.0 --- 1.309/mysql-test/mysql-test-run.sh 2006-11-07 17:10:53 +01:00 +++ 1.310/mysql-test/mysql-test-run.sh 2006-11-07 17:10:53 +01:00 @@ -123,7 +123,7 @@ fi # >=2.1.2 requires the --tool option, some versions write to stdout, some to stderr valgrind --help 2>&1 | grep "\-\-tool" > /dev/null && FIND_VALGRIND="$FIND_VALGRIND --tool=memcheck" - FIND_VALGRIND="$FIND_VALGRIND --alignment=8 --leak-check=yes --num-callers=16 --suppressions=$CWD/valgrind.supp" + FIND_VALGRIND="$FIND_VALGRIND --alignment=8 --leak-check=yes --num-callers=16 --suppressions=$MYSQL_TEST_DIR/valgrind.supp" } # No paths below as we can't be sure where the program is!