Below is the list of changes that have just been committed into a local
4.1 repository of lenz. When lenz 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.2326 05/07/08 11:07:05 lenz@stripped +2 -0
- added mysql-test/t/*.def to the source and binary distributions
scripts/make_binary_distribution.sh
1.79 05/07/08 11:06:59 lenz@stripped +1 -0
- added mysql-test/t/*.def to the binary distribution
mysql-test/Makefile.am
1.47 05/07/08 11:06:59 lenz@stripped +2 -0
- added mysql-test/t/*.def to the source distribution and make sure that "make
install"
installs it, too.
# 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: lenz
# Host: metis.lenznet
# Root: /space/my/mysql-4.1-build
--- 1.78/scripts/make_binary_distribution.sh 2005-07-06 14:00:22 +02:00
+++ 1.79/scripts/make_binary_distribution.sh 2005-07-08 11:06:59 +02:00
@@ -221,6 +221,7 @@
$CP mysql-test/std_data/*.dat mysql-test/std_data/*.*001 $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 mysql-test/t/*.sh
$BASE/mysql-test/t
+$CP mysql-test/t/*.def $BASE/mysql-test/t
$CP mysql-test/r/*result mysql-test/r/*.require $BASE/mysql-test/r
if [ $BASE_SYSTEM != "netware" ] ; then
--- 1.46/mysql-test/Makefile.am 2005-07-03 03:29:02 +02:00
+++ 1.47/mysql-test/Makefile.am 2005-07-08 11:06:59 +02:00
@@ -48,6 +48,7 @@
dist-hook:
mkdir -p $(distdir)/t $(distdir)/r $(distdir)/include \
$(distdir)/std_data $(distdir)/lib
+ $(INSTALL_DATA) $(srcdir)/t/*.def $(distdir)/t
$(INSTALL_DATA) $(srcdir)/t/*.test $(srcdir)/t/*.opt $(srcdir)/t/*.sh
$(srcdir)/t/*.slave-mi $(distdir)/t
$(INSTALL_DATA) $(srcdir)/include/*.inc $(distdir)/include
$(INSTALL_DATA) $(srcdir)/r/*.result $(srcdir)/r/*.require $(distdir)/r
@@ -67,6 +68,7 @@
$(DESTDIR)$(testdir)/std_data \
$(DESTDIR)$(testdir)/lib
$(INSTALL_DATA) $(srcdir)/README $(DESTDIR)$(testdir)
+ $(INSTALL_DATA) $(srcdir)/t/*.def $(DESTDIR)$(testdir)/t
$(INSTALL_DATA) $(srcdir)/t/*.test $(DESTDIR)$(testdir)/t
$(INSTALL_DATA) $(srcdir)/t/*.opt $(DESTDIR)$(testdir)/t
$(INSTALL_DATA) $(srcdir)/t/*.sh $(DESTDIR)$(testdir)/t
| Thread |
|---|
| • bk commit into 4.1 tree (lenz:1.2326) | lenz | 8 Jul |