List:Commits« Previous MessageNext Message »
From:msvensson Date:October 23 2006 10:56am
Subject:bk commit into 4.1 tree (msvensson:1.2594)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of msvensson. When msvensson 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, 2006-10-23 10:56:13+02:00, msvensson@neptunus.(none) +1 -0
  Copy *.cnf file from std_data/ when doing a binary distribution

  scripts/make_binary_distribution.sh@stripped, 2006-10-23 10:56:12+02:00,
msvensson@neptunus.(none) +1 -0
    Copy *.cnf file from std_data/ when doing a binary distribution

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-4.1-maint

--- 1.94/scripts/make_binary_distribution.sh	2006-10-23 10:56:16 +02:00
+++ 1.95/scripts/make_binary_distribution.sh	2006-10-23 10:56:16 +02:00
@@ -225,6 +225,7 @@
 $CP mysql-test/t/*.def $BASE/mysql-test/t
 $CP mysql-test/include/*.inc $BASE/mysql-test/include
 $CP mysql-test/std_data/*.dat mysql-test/std_data/*.*001 \
+    mysql-test/std_data/*.cnf \
     $BASE/mysql-test/std_data
 $CP mysql-test/std_data/des_key_file $BASE/mysql-test/std_data
 $CP mysql-test/t/*test mysql-test/t/*.opt mysql-test/t/*.slave-mi \
Thread
bk commit into 4.1 tree (msvensson:1.2594)msvensson23 Oct