1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix merge error, path_mysock has been renamed to path_sock

This commit is contained in:
unknown
2006-09-18 19:38:59 +02:00
parent bc6a7ac80c
commit 76aad03502

View File

@@ -1537,7 +1537,7 @@ sub environment_setup () {
my $cmdline_mysql=
"$exe_mysql --no-defaults --host=localhost --user=root --password= " .
"--port=$master->[0]->{'port'} " .
"--socket=$master->[0]->{'path_mysock'} ".
"--socket=$master->[0]->{'path_sock'} ".
"--character-sets-dir=$path_charsetsdir";
$ENV{'MYSQL'}= $cmdline_mysql;