List:Internals« Previous MessageNext Message »
From:kent Date:October 12 2005 10:49pm
Subject:bk commit into 5.0 tree (kent:1.2041)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent 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.2041 05/10/12 22:49:33 kent@stripped +2 -0
  make_binary_distribution.sh:
    Copy *.cnf files in mysql-test/std_data/
  Makefile.am:
    Added std_data/*.cnf to copy ndb config

  scripts/make_binary_distribution.sh
    1.97 05/10/12 22:47:05 kent@stripped +1 -0
    Copy *.cnf files in mysql-test/std_data/

  mysql-test/Makefile.am
    1.63 05/10/12 22:36:43 kent@stripped +2 -0
    Added std_data/*.cnf to copy ndb config

# 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:	kent
# Host:	c-4f4072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root:	/Users/kent/mysql/bk/mysql-5.0

--- 1.96/scripts/make_binary_distribution.sh	2005-10-10 17:12:23 +02:00
+++ 1.97/scripts/make_binary_distribution.sh	2005-10-12 22:47:05 +02:00
@@ -232,6 +232,7 @@
 $CP mysql-test/std_data/*.dat mysql-test/std_data/*.frm \
     mysql-test/std_data/*.pem mysql-test/std_data/Moscow_leap \
     mysql-test/std_data/des_key_file mysql-test/std_data/*.*001 \
+    mysql-test/std_data/*.cnf \
     $BASE/mysql-test/std_data
 $CP mysql-test/t/*.test mysql-test/t/*.disabled mysql-test/t/*.opt \
     mysql-test/t/*.slave-mi mysql-test/t/*.sh mysql-test/t/*.sql $BASE/mysql-test/t

--- 1.62/mysql-test/Makefile.am	2005-08-31 02:23:40 +02:00
+++ 1.63/mysql-test/Makefile.am	2005-10-12 22:36:43 +02:00
@@ -61,6 +61,7 @@
 	$(INSTALL_DATA) $(srcdir)/std_data/des_key_file $(distdir)/std_data
 	$(INSTALL_DATA) $(srcdir)/std_data/*.pem $(distdir)/std_data
 	$(INSTALL_DATA) $(srcdir)/std_data/*.frm $(distdir)/std_data
+	$(INSTALL_DATA) $(srcdir)/std_data/*.cnf $(distdir)/std_data
 	$(INSTALL_DATA) $(srcdir)/lib/init_db.sql $(distdir)/lib
 	$(INSTALL_DATA) $(srcdir)/lib/*.pl $(distdir)/lib
 
@@ -89,6 +90,7 @@
 	$(INSTALL_DATA) $(srcdir)/std_data/Moscow_leap $(DESTDIR)$(testdir)/std_data
 	$(INSTALL_DATA) $(srcdir)/std_data/*.pem $(DESTDIR)$(testdir)/std_data
 	$(INSTALL_DATA) $(srcdir)/std_data/*.frm $(DESTDIR)$(testdir)/std_data
+	$(INSTALL_DATA) $(srcdir)/std_data/*.cnf $(DESTDIR)$(testdir)/std_data
 	$(INSTALL_DATA) $(srcdir)/lib/init_db.sql $(DESTDIR)$(testdir)/lib
 	$(INSTALL_DATA) $(srcdir)/lib/*.pl $(DESTDIR)$(testdir)/lib
 
Thread
bk commit into 5.0 tree (kent:1.2041)kent12 Oct