N°7071 - Remove CMDBSource::MYSQL_DEFAULT_PORT

This commit is contained in:
Timmy38
2025-09-19 10:53:58 +02:00
committed by GitHub
parent edbe4974ac
commit 6be9255ca0
3 changed files with 6 additions and 11 deletions

View File

@@ -617,7 +617,7 @@ EOF;
}
if (is_null($iPort)) {
$iPort = CMDBSource::MYSQL_DEFAULT_PORT;
return '';
}
$sPortOption = self::GetMysqliCliSingleOption('port', $iPort);