summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authordf@kahlann.erinye.com <>2007-01-22 16:39:40 +0100
committerdf@kahlann.erinye.com <>2007-01-22 16:39:40 +0100
commitc5de0332e1369e71ec10b4d674759283d3bb83f6 (patch)
tree1b8c5f8a0ca5bbad1d275d04d02f6a41c166dfd3 /mysql-test
parent9ed4299e2210a3154c6e877e36333090eadf9c40 (diff)
parent5fe6fc1d2fd29c93eb12b4c64f93b2844ae8f8c8 (diff)
downloadmariadb-git-c5de0332e1369e71ec10b4d674759283d3bb83f6.tar.gz
Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work
Diffstat (limited to 'mysql-test')
-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 83a440f5ec4..e6e613d073c 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -1036,7 +1036,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