summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.blaudden>2007-05-10 13:28:48 +0200
committerunknown <msvensson@pilot.blaudden>2007-05-10 13:28:48 +0200
commit8131c5eca4d118ee1036a26225af89ef24b182e6 (patch)
treea699f590429ced8786a6e00f0f1211c9f29f790c
parenta03b884cc3284494686913d506c4eca20b207fb5 (diff)
parent920d6dd27a5583d3fe05a0a27f1ba28446397d53 (diff)
downloadmariadb-git-8131c5eca4d118ee1036a26225af89ef24b182e6.tar.gz
Merge pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint mysql-test/mysql-test-run.pl: Auto merged
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index c494626bbae..f580213cda3 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -1071,7 +1071,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 => 0) if ( length($sockdir) >= 80 );
+ $sockdir = tempdir(CLEANUP => 0) if ( length($sockdir) >= 70 );
$master->[0]=
{