mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
Fix from magnus for the "The socket file path is too long (> 107)" failure.
This commit is contained in:
parent
db78d337b5
commit
fb9ab04078
1 changed files with 1 additions and 1 deletions
|
@ -1060,7 +1060,7 @@ sub command_line_setup {
|
|||
{
|
||||
$opt_tmpdir= "$opt_vardir/tmp" unless $opt_tmpdir;
|
||||
|
||||
if (check_socket_path_length("$opt_tmpdir/testsocket.sock"))
|
||||
if (check_socket_path_length("$opt_tmpdir/mysql_testsocket.sock"))
|
||||
{
|
||||
mtr_report("Too long tmpdir path '$opt_tmpdir'",
|
||||
" creating a shorter one...");
|
||||
|
|
Loading…
Reference in a new issue