mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@@ -105,11 +105,15 @@ else {
|
||||
|
||||
if ($opt_socket and -S $opt_socket)
|
||||
{
|
||||
$dsn .= "${prefix}_socket=$opt_socket";
|
||||
$dsn .= "${prefix}_socket=$opt_socket";
|
||||
}
|
||||
else
|
||||
{
|
||||
$dsn .= "host=$sqlhost;port=$opt_port";
|
||||
$dsn .= "host=$sqlhost";
|
||||
if ($sqlhost ne "localhost")
|
||||
{
|
||||
$dsn .= ";port=$opt_port";
|
||||
}
|
||||
}
|
||||
|
||||
# make the connection to MariaDB
|
||||
|
Reference in New Issue
Block a user