1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix from magnus for the "The socket file path is too long (> 107)" failure.

This commit is contained in:
Georgi Kodinov
2009-02-02 12:18:38 +02:00
parent 19e28b3792
commit c205bef39d

View File

@ -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...");