From: Alexander Ebert Date: Tue, 17 Oct 2023 13:59:15 +0000 (+0200) Subject: Fix the display name of the found MySQL version X-Git-Tag: 6.0.3_dev_1~60^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f27766c5c2626eeec5339ddb30141a5f8d38fec3;p=GitHub%2FWoltLab%2FWCF.git Fix the display name of the found MySQL version See https://www.woltlab.com/community/thread/302178-update-auf-6-0-mysql-und-mariadb/ --- diff --git a/wcfsetup/install/files/lib/acp/form/PackageEnableUpgradeOverrideForm.class.php b/wcfsetup/install/files/lib/acp/form/PackageEnableUpgradeOverrideForm.class.php index a6fface7d4..690df4b9fb 100644 --- a/wcfsetup/install/files/lib/acp/form/PackageEnableUpgradeOverrideForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/PackageEnableUpgradeOverrideForm.class.php @@ -231,7 +231,6 @@ final class PackageEnableUpgradeOverrideForm extends AbstractFormBuilderForm $alternativeDatabase = 'MySQL 8.0.30+'; } else { $databaseName = "MySQL {$compareSQLVersion}"; - $expectedVersion = $databaseName = "MariaDB {$compareSQLVersion}"; $expectedVersion = '8.0.30'; $alternativeDatabase = 'MariaDB 10.5.12+'; }