diff options
author | unknown <df@kahlann.erinye.com> | 2007-01-22 16:41:11 +0100 |
---|---|---|
committer | unknown <df@kahlann.erinye.com> | 2007-01-22 16:41:11 +0100 |
commit | dc283a71a9afb56cce0cd2a6038eda2e2d49d588 (patch) | |
tree | 219e88c5a4710bb5571ee63f4d383d3434df6915 /mysql-test/mysql-test-run.pl | |
parent | 093d0fdef6e515a208ddc8b8a33bc2d714e359f8 (diff) | |
parent | bbad4c1ef647032e3eac48dc68bfc9035c16bfad (diff) | |
download | mariadb-git-dc283a71a9afb56cce0cd2a6038eda2e2d49d588.tar.gz |
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
BUILD/check-cpu:
Auto merged
mysql-test/mysql-test-run.pl:
Auto merged
mysql-test/t/myisam.test:
Auto merged
scripts/mysqld_multi.sh:
Auto merged
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index f99a2467ba0..ea73b3d7009 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -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 |