From: Daniel Fischer Date: November 28 2006 5:16pm Subject: bk commit into 4.1 tree (df:1.2558) List-Archive: http://lists.mysql.com/commits/15994 Below is the list of changes that have just been committed into a local 4.1 repository of df. When df 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, 2006-11-28 18:16:15+01:00, df@stripped +1 -0 minor fix to mysql-test-run.pl mysql-test/mysql-test-run.pl@stripped, 2006-11-28 18:16:13+01:00, df@stripped +0 -1 remove dependency on Data::Dumper, it is not used anywhere # 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: df # Host: kahlann.erinye.com # Root: /home/df/mysql/build/mysql-4.1-build-work --- 1.140/mysql-test/mysql-test-run.pl 2006-11-17 16:52:19 +01:00 +++ 1.141/mysql-test/mysql-test-run.pl 2006-11-28 18:16:13 +01:00 @@ -63,7 +63,6 @@ use Getopt::Long; use Sys::Hostname; use IO::Socket; use IO::Socket::INET; -use Data::Dumper; use strict; use warnings; use diagnostics;