Commit c5de0332 authored by df@kahlann.erinye.com's avatar df@kahlann.erinye.com
Browse files

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
parents 9ed4299e 5fe6fc1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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