From: Daniel Fischer Date: January 22 2007 3:41pm Subject: bk commit into 5.1 tree (df:1.2425) List-Archive: http://lists.mysql.com/commits/18553 Message-Id: <200701221541.l0MFfHmw015941@mail.mysql.com> Below is the list of changes that have just been committed into a local 5.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, 2007-01-22 16:41:11+01:00, df@stripped +4 -0 Merge kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work into kahlann.erinye.com:/home/df/mysql/build/mysql-5.1-build-work MERGE: 1.1810.2371.62 BUILD/check-cpu@stripped, 2007-01-22 16:41:08+01:00, df@stripped +0 -0 Auto merged MERGE: 1.13.1.5 mysql-test/mysql-test-run.pl@stripped, 2007-01-22 16:41:08+01:00, df@stripped +0 -0 Auto merged MERGE: 1.30.49.48 mysql-test/t/myisam.test@stripped, 2007-01-22 16:41:08+01:00, df@stripped +0 -0 Auto merged MERGE: 1.55.1.21 scripts/mysqld_multi.sh@stripped, 2007-01-22 16:41:08+01:00, df@stripped +0 -0 Auto merged MERGE: 1.33.1.2 # 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-5.1-build-work/RESYNC --- 1.262/mysql-test/mysql-test-run.pl 2007-01-22 16:37:24 +01:00 +++ 1.263/mysql-test/mysql-test-run.pl 2007-01-22 16:41:08 +01:00 @@ -1037,7 +1037,7 @@ sub command_line_setup () { # On some operating systems, there is a limit to the length of a # UNIX domain socket's path far below PATH_MAX, so try to avoid long # socket path names. - $sockdir = tempdir(CLEANUP => 1) if ( length($sockdir) > 80 ); + $sockdir = tempdir(CLEANUP => 0) if ( length($sockdir) > 80 ); # Put this into a hash, will be a C struct