Below is the list of changes that have just been committed into a local
5.0 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.1944 05/06/08 11:49:24 lenz@stripped +2 -0
- make sure to include mysql-test/t/*.sql files in the binary distributions and when
"make install" is called (mysql_delimiter.sql was missing)
scripts/make_binary_distribution.sh
1.90 05/06/08 11:48:52 lenz@stripped +1 -1
- make sure to include mysql-test/t/*.sql files when doing a "make install"
(mysql_delimiter.sql was missing)
mysql-test/Makefile.am
1.53 05/06/08 11:48:52 lenz@stripped +1 -0
- make sure to include mysql-test/t/*.sql files in the binary distributions
(mysql_delimiter.sql was missing)
# 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-5.0.7-clone
--- 1.89/scripts/make_binary_distribution.sh 2005-06-06 20:21:22 +02:00
+++ 1.90/scripts/make_binary_distribution.sh 2005-06-08 11:48:52 +02:00
@@ -226,7 +226,7 @@
mysql-test/std_data/des_key_file mysql-test/std_data/*.*001 \
$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 $BASE/mysql-test/t
+ mysql-test/t/*.slave-mi mysql-test/t/*.sh mysql-test/t/*.sql $BASE/mysql-test/t
$CP mysql-test/r/*.result mysql-test/r/*.require \
$BASE/mysql-test/r
--- 1.52/mysql-test/Makefile.am 2005-06-03 18:20:10 +02:00
+++ 1.53/mysql-test/Makefile.am 2005-06-08 11:48:52 +02:00
@@ -70,6 +70,7 @@
$(DESTDIR)$(testdir)/lib
$(INSTALL_DATA) $(srcdir)/README $(DESTDIR)$(testdir)
$(INSTALL_DATA) $(srcdir)/t/*.test $(DESTDIR)$(testdir)/t
+ $(INSTALL_DATA) $(srcdir)/t/*.sql $(DESTDIR)$(testdir)/t
-$(INSTALL_DATA) $(srcdir)/t/*.disabled $(DESTDIR)$(testdir)/t
$(INSTALL_DATA) $(srcdir)/t/*.opt $(DESTDIR)$(testdir)/t
$(INSTALL_DATA) $(srcdir)/t/*.sh $(DESTDIR)$(testdir)/t
| Thread |
|---|
| • bk commit into 5.0 tree (lenz:1.1944) | lenz | 8 Jun |