From: msvensson Date: February 28 2007 7:44pm Subject: bk commit into 5.0 tree (msvensson:1.2455) BUG#20166 List-Archive: http://lists.mysql.com/commits/20817 X-Bug: 20166 Message-Id: <200702281944.l1SJiqY6012270@pilot.blaudden> Below is the list of changes that have just been committed into a local 5.0 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-02-28 20:44:49+01:00, msvensson@stripped +2 -0 Bug #20166 mysql-test-run.pl does not test system privilege tables creation - No .sql files in mysql-test/lib/ anymore, don't copy them scripts/make_binary_distribution.sh@stripped, 2007-02-28 20:44:48+01:00, msvensson@stripped +0 -1 No need to copy mysql-test/lib/*.sql there are no sql files there anymore scripts/make_win_bin_dist@stripped, 2007-02-28 20:44:48+01:00, msvensson@stripped +0 -1 No need to copy mysql-test/lib/*.sql there are no sql files there anymore # 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: msvensson # Host: pilot.blaudden # Root: /home/msvensson/mysql/mysql-5.0-maint --- 1.120/scripts/make_binary_distribution.sh 2007-02-09 00:10:26 +01:00 +++ 1.121/scripts/make_binary_distribution.sh 2007-02-28 20:44:48 +01:00 @@ -251,7 +251,6 @@ copyfileto $BASE/mysql-test \ 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/include/*.test $BASE/mysql-test/include --- 1.5/scripts/make_win_bin_dist 2006-12-30 23:47:38 +01:00 +++ 1.6/scripts/make_win_bin_dist 2007-02-28 20:44:48 +01:00 @@ -292,7 +292,6 @@ cp mysql-test/README $DESTDIR/mysql-test cp mysql-test/install_test_db.sh $DESTDIR/mysql-test/install_test_db cp mysql-test/include/*.inc $DESTDIR/mysql-test/include/ cp mysql-test/lib/*.pl $DESTDIR/mysql-test/lib/ -cp mysql-test/lib/*.sql $DESTDIR/mysql-test/lib/ cp mysql-test/r/*.require $DESTDIR/mysql-test/r/ # Need this trick, or we get "argument list too long". ABS_DST=`pwd`/$DESTDIR