List:Commits« Previous MessageNext Message »
From:mleich Date:April 2 2008 5:47pm
Subject:bk commit into 5.0 tree (mleich:1.2599)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of mleich.  When mleich 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, 2008-04-02 19:47:20+02:00, mleich@stripped +1 -0
  Correct the location of the directory for
  "funcs_1" data load

  mysql-test/Makefile.am@stripped, 2008-04-02 19:47:19+02:00, mleich@stripped +2 -2
    Correct the location of the directory for
    "funcs_1" data load

diff -Nrup a/mysql-test/Makefile.am b/mysql-test/Makefile.am
--- a/mysql-test/Makefile.am	2008-03-31 19:47:57 +02:00
+++ b/mysql-test/Makefile.am	2008-04-02 19:47:19 +02:00
@@ -46,7 +46,7 @@ dist-hook:
 		$(distdir)/std_data \
 		$(distdir)/std_data/ndb_backup50_data_be $(distdir)/std_data/ndb_backup50_data_le \
 		$(distdir)/lib \
-		$(distdir)/funcs_1
+		$(distdir)/std_data/funcs_1
 	-$(INSTALL_DATA) $(srcdir)/t/*.def $(distdir)/t
 	$(INSTALL_DATA) $(srcdir)/t/*.test $(distdir)/t
 	-$(INSTALL_DATA) $(srcdir)/t/*.imtest $(distdir)/t
@@ -80,7 +80,7 @@ install-data-local:
 		$(DESTDIR)$(testdir)/std_data/ndb_backup50_data_be \
 		$(DESTDIR)$(testdir)/std_data/ndb_backup50_data_le \
 		$(DESTDIR)$(testdir)/lib \
-		$(DESTDIR)$(testdir)/funcs_1
+		$(DESTDIR)$(testdir)/std_data/funcs_1
 	$(INSTALL_DATA) $(srcdir)/README $(DESTDIR)$(testdir)
 	-$(INSTALL_DATA) $(srcdir)/t/*.def $(DESTDIR)$(testdir)/t
 	$(INSTALL_DATA) $(srcdir)/t/*.test $(DESTDIR)$(testdir)/t
Thread
bk commit into 5.0 tree (mleich:1.2599)mleich2 Apr