List:Internals« Previous MessageNext Message »
From:tomas Date:September 21 2005 4:02pm
Subject:bk commit into 5.1 tree (tulin:1.1919)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of ndbdev. When ndbdev 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.1919 05/09/21 16:02:45 tulin@stripped +1 -0
  corrected error in make dist

  mysql-test/Makefile.am
    1.64 05/09/21 16:01:57 ndbdev@stripped +4 -4
    corrected error in make dist

# 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:	tulin
# Host:	dl145b.mysql.com
# Root:	/home/ndbdev/tomas/mysql-5.1-wl2325-5.0

--- 1.63/mysql-test/Makefile.am	Tue Sep 20 09:16:06 2005
+++ 1.64/mysql-test/Makefile.am	Wed Sep 21 16:01:57 2005
@@ -102,10 +102,10 @@
 	$(INSTALL_DATA) $(srcdir)/t/*.slave-mi $(DESTDIR)$(testdir)/t
 	$(INSTALL_DATA) $(srcdir)/r/*.result $(DESTDIR)$(testdir)/r
 	$(INSTALL_DATA) $(srcdir)/r/*.require $(DESTDIR)$(testdir)/r
-	$(INSTALL_DATA) $(srcdir)/extra/binlog_tests/*.test $(distdir)/extra/binlog_tests
-	$(INSTALL_DATA) $(srcdir)/extra/rpl_tests/*.test $(distdir)/extra/rpl_tests
-	-$(INSTALL_DATA) $(srcdir)/extra/binlog_tests/*.opt $(distdir)/extra/binlog_tests
-	-$(INSTALL_DATA) $(srcdir)/extra/rpl_tests/*.opt $(distdir)/extra/rpl_tests
+	$(INSTALL_DATA) $(srcdir)/extra/binlog_tests/*.test
$(DESTDIR)$(testdir)/extra/binlog_tests
+	$(INSTALL_DATA) $(srcdir)/extra/rpl_tests/*.test $(DESTDIR)$(testdir)/extra/rpl_tests
+	-$(INSTALL_DATA) $(srcdir)/extra/binlog_tests/*.opt
$(DESTDIR)$(testdir)/extra/binlog_tests
+	-$(INSTALL_DATA) $(srcdir)/extra/rpl_tests/*.opt $(DESTDIR)$(testdir)/extra/rpl_tests
 	$(INSTALL_DATA) $(srcdir)/include/*.inc $(DESTDIR)$(testdir)/include
 	$(INSTALL_DATA) $(srcdir)/std_data/*.dat $(DESTDIR)$(testdir)/std_data
 	$(INSTALL_DATA) $(srcdir)/std_data/*.*001 $(DESTDIR)$(testdir)/std_data
Thread
bk commit into 5.1 tree (tulin:1.1919)tomas21 Sep