Below is the list of changes that have just been committed into a local
5.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, 2007-06-29 14:43:54+02:00, msvensson@pilot.(none) +1 -0
Update make_win_bin_dist to also copy mysql-test/suite directory
scripts/make_win_bin_dist@stripped, 2007-06-29 14:43:52+02:00, msvensson@pilot.(none) +8 -2
Copy all directories in mysql-test/suite/
Allow no *.slave-mi to be found in mysql-test/t
diff -Nrup a/scripts/make_win_bin_dist b/scripts/make_win_bin_dist
--- a/scripts/make_win_bin_dist 2007-06-13 19:20:09 +02:00
+++ b/scripts/make_win_bin_dist 2007-06-29 14:43:52 +02:00
@@ -304,7 +304,7 @@ cp mysys/$TARGET/mysys.lib $DESTDIR/lib/
mkdir -p $DESTDIR/mysql-test/include $DESTDIR/mysql-test/lib \
$DESTDIR/mysql-test/r $DESTDIR/mysql-test/std_data \
- $DESTDIR/mysql-test/t
+ $DESTDIR/mysql-test/t $DESTDIR/mysql-test/suite
cp mysql-test/mysql-test-run.pl $DESTDIR/mysql-test/
cp mysql-test/README $DESTDIR/mysql-test/
cp mysql-test/install_test_db.sh $DESTDIR/mysql-test/install_test_db
@@ -324,7 +324,7 @@ cp mysql-test/std_data/*.pem $DES
cp mysql-test/std_data/*.MY* $DESTDIR/mysql-test/std_data/
cp mysql-test/t/*.opt $DESTDIR/mysql-test/t/
cp mysql-test/t/*.sh $DESTDIR/mysql-test/t/
-cp mysql-test/t/*.slave-mi $DESTDIR/mysql-test/t/
+cp mysql-test/t/*.slave-mi $DESTDIR/mysql-test/t/ || /bin/true
cp mysql-test/t/*.sql $DESTDIR/mysql-test/t/
cp mysql-test/t/*.def $DESTDIR/mysql-test/t/
(cd mysql-test/t/ && cp *.test $ABS_DST/mysql-test/t/)
@@ -334,6 +334,12 @@ if [ -d mysql-test/extra ] ; then
mkdir -p $DESTDIR/mysql-test/extra
cp -pR mysql-test/extra/* $DESTDIR/mysql-test/extra/
fi
+
+# Copy all directories in mysql-test/suite/
+for i in `cd mysql-test/suite && ls`; do \
+ mkdir -p $DESTDIR/mysql-test/suite/$i; \
+ cp -R mysql-test/suite/$i $DESTDIR/mysql-test/suite/; \
+done
# ----------------------------------------------------------------------
# Copy what could be usable in the "scripts" directory. Currently
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2528) | msvensson | 29 Jun |