Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
This commit is contained in:
commit
954edae8f0
@ -1072,7 +1072,7 @@ sub command_line_setup () {
|
|||||||
# On some operating systems, there is a limit to the length of a
|
# 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
|
# UNIX domain socket's path far below PATH_MAX, so try to avoid long
|
||||||
# socket path names.
|
# socket path names.
|
||||||
$sockdir = tempdir(CLEANUP => 0) if ( length($sockdir) >= 80 );
|
$sockdir = tempdir(CLEANUP => 0) if ( length($sockdir) >= 70 );
|
||||||
|
|
||||||
$master->[0]=
|
$master->[0]=
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user