Below is the list of changes that have just been committed into a local
4.1 repository of kent. When kent 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.2482 05/10/07 13:08:07 kent@stripped +1 -0
make_binary_distribution.sh:
Copy zlib.a and valgrind.supp if exists
Copy disabled.def
scripts/make_binary_distribution.sh
1.85 05/10/07 13:06:23 kent@stripped +3 -1
Copy zlib.a and valgrind.supp if exists
scripts/make_binary_distribution.sh
1.84 05/10/07 10:43:30 kent@stripped +1 -0
Copy disabled.def
# 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: kent
# Host: c-554072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root: /Users/kent/mysql/bk/mysql-4.1
--- 1.83/scripts/make_binary_distribution.sh 2005-10-07 01:55:07 +02:00
+++ 1.85/scripts/make_binary_distribution.sh 2005-10-07 13:06:23 +02:00
@@ -167,7 +167,8 @@
libmysql_r/.libs/libmysqlclient_r.so* libmysql_r/libmysqlclient_r.* \
mysys/libmysys.a strings/libmystrings.a dbug/libdbug.a \
libmysqld/.libs/libmysqld.a libmysqld/.libs/libmysqld.so* \
- libmysqld/libmysqld.a netware/libmysql.imp
+ libmysqld/libmysqld.a netware/libmysql.imp \
+ zlib/.libs/libz.a
# convert the .a to .lib for NetWare
if [ $BASE_SYSTEM = "netware" ] ; then
@@ -204,10 +205,12 @@
copyfileto $BASE/mysql-test \
mysql-test/mysql-test-run mysql-test/install_test_db \
mysql-test/mysql-test-run.pl mysql-test/README \
+ mysql-test/valgrind.supp \
netware/mysql_test_run.nlm netware/install_test_db.ncf
$CP mysql-test/lib/*.pl $BASE/mysql-test/lib
$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/std_data/*.dat mysql-test/std_data/*.*001 \
$BASE/mysql-test/std_data
| Thread |
|---|
| • bk commit into 4.1 tree (kent:1.2482) | kent | 7 Oct |