1
0
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:
Sergei Golubchik
2025-03-31 20:18:05 +02:00
24 changed files with 247 additions and 107 deletions

View File

@@ -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};
}