List:Commits« Previous MessageNext Message »
From:gluh Date:February 2 2007 12:01pm
Subject:bk commit into 4.1 tree (gluh:1.2601)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of gluh. When gluh 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, 2007-02-02 15:01:11+04:00, gluh@stripped +1 -0
  Valgrind errors
  added valgrind.supp to EXTRA_SCRIPTS(for pushbuild)

  mysql-test/Makefile.am@stripped, 2007-02-02 15:01:10+04:00, gluh@stripped +1 -1
    Valgrind errors
    added valgrind.supp to EXTRA_SCRIPTS(for pushbuild)

# 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:	gluh
# Host:	eagle.(none)
# Root:	/home/gluh/MySQL/Bugs/4.1

--- 1.58/mysql-test/Makefile.am	2006-11-24 15:05:53 +04:00
+++ 1.59/mysql-test/Makefile.am	2007-02-02 15:01:10 +04:00
@@ -33,7 +33,7 @@ endif
 benchdir_root=		$(prefix)
 testdir =	        $(benchdir_root)/mysql-test
 EXTRA_SCRIPTS = 	mysql-test-run-shell.sh install_test_db.sh \
-			 $(PRESCRIPTS)
+			valgrind.supp $(PRESCRIPTS)
 EXTRA_DIST = 		$(EXTRA_SCRIPTS)
 GENSCRIPTS =		mysql-test-run-shell mysql-test-run install_test_db mtr
 PRESCRIPTS =		mysql-test-run.pl
Thread
bk commit into 4.1 tree (gluh:1.2601)gluh2 Feb