mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
- removed duplicate code (merge error)
This commit is contained in:
parent
f6862ce914
commit
093735ad07
1 changed files with 0 additions and 6 deletions
|
@ -74,12 +74,6 @@ if (@config_env > 0)
|
|||
$opt_config_env= join(" ", @config_env);
|
||||
}
|
||||
|
||||
if (@config_env > 0)
|
||||
{
|
||||
chomp(@config_env);
|
||||
$opt_config_env= join(" ", @config_env);
|
||||
}
|
||||
|
||||
chomp($host=`hostname`);
|
||||
$full_host_name=$host;
|
||||
$connect_option= ($opt_tcpip ? "--host=$host" : "");
|
||||
|
|
Loading…
Reference in a new issue