mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.11' into 11.4
This commit is contained in:
@@ -211,7 +211,7 @@ if ($opt{socket} and -S $opt{socket})
|
||||
else
|
||||
{
|
||||
$dsn .= "host=" . $opt{host};
|
||||
if ($opt{host} ne "localhost")
|
||||
if ($opt{host} ne "localhost" and $opt{port})
|
||||
{
|
||||
$dsn .= ";port=". $opt{port};
|
||||
}
|
||||
|
Reference in New Issue
Block a user