List:Internals« Previous MessageNext Message »
From:jani Date:April 7 2005 10:20am
Subject:bk commit into 5.0 tree (jani:1.1890)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of jani. When jani 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
  1.1890 05/04/07 13:20:15 jani@stripped +1 -0
  A small fix to Makefile.am

  mysql-test/Makefile.am
    1.48 05/04/07 13:20:10 jani@stripped +1 -2
    A small fix to Makefile.am

# 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:	jani
# Host:	ua141d10.elisa.omakaista.fi
# Root:	/home/my/bk/mysql-5.0

--- 1.47/mysql-test/Makefile.am	2005-04-06 21:54:29 +03:00
+++ 1.48/mysql-test/Makefile.am	2005-04-07 13:20:10 +03:00
@@ -32,7 +32,7 @@
 
 benchdir_root=		$(prefix)
 testdir =	        $(benchdir_root)/mysql-test
-EXTRA_SCRIPTS = 	mysql-test-run.sh mysql-test-run.pl install_test_db.sh
+EXTRA_SCRIPTS = 	mysql-test-run.sh mysql-test-run.pl install_test_db.sh valgrind.supp
 EXTRA_DIST = 		$(EXTRA_SCRIPTS) 
 test_SCRIPTS = 		mysql-test-run install_test_db 
 test_DATA = std_data/client-key.pem std_data/client-cert.pem std_data/cacert.pem
@@ -59,7 +59,6 @@
 	$(INSTALL_DATA) $(srcdir)/std_data/*.frm $(distdir)/std_data
 	$(INSTALL_DATA) $(srcdir)/lib/init_db.sql $(distdir)/lib
 	$(INSTALL_DATA) $(srcdir)/lib/*.pl $(distdir)/lib
-	$(INSTALL_DATA) $(srcdir)/*.supp $(distdir)/
 
 install-data-local:
 	$(mkinstalldirs) \
Thread
bk commit into 5.0 tree (jani:1.1890)jani7 Apr