List:Commits« Previous MessageNext Message »
From:Danny Date:November 14 2006 1:44pm
Subject:bk commit into 4.1 tree (df:1.2552)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of df. When df 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-11-14 14:44:20+01:00, df@stripped +1 -0
  make_binary_distribution should of course also copy .test files from mysql-test/include

  scripts/make_binary_distribution.sh@stripped, 2006-11-14 14:44:19+01:00, df@stripped +1 -0
    make_binary_distribution should of course also copy .test files from mysql-test/include

# 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:	df
# Host:	kahlann.erinye.com
# Root:	/home/df/mysql/build/mtr-4.1

--- 1.96/scripts/make_binary_distribution.sh	2006-11-07 22:49:32 +01:00
+++ 1.97/scripts/make_binary_distribution.sh	2006-11-14 14:44:19 +01:00
@@ -224,6 +224,7 @@ $CP mysql-test/lib/*.pl  $BASE/mysql-tes
 $CP mysql-test/lib/*.sql $BASE/mysql-test/lib
 $CP mysql-test/t/*.def $BASE/mysql-test/t
 $CP mysql-test/include/*.inc $BASE/mysql-test/include
+$CP mysql-test/include/*.test $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
Thread
bk commit into 4.1 tree (df:1.2552)Danny14 Nov