Fix the display name of the found MySQL version
authorAlexander Ebert <ebert@woltlab.com>
Tue, 17 Oct 2023 13:59:15 +0000 (15:59 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 17 Oct 2023 13:59:15 +0000 (15:59 +0200)
See https://www.woltlab.com/community/thread/302178-update-auf-6-0-mysql-und-mariadb/

wcfsetup/install/files/lib/acp/form/PackageEnableUpgradeOverrideForm.class.php

index a6fface7d47a3fc449d4cc8eee29f0d69ae531d5..690df4b9fbe78d7dfd129efa253a79359287dd52 100644 (file)
@@ -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+';
         }