Bug #105503
closedDefault database charset wizard is not shown for MariaDB
100%
Description
MariaDB: 10.5
alter database t3core character set latin1 collate latin1_swedish_ci;
Doctrine v4 switched MariaDBPlatform
to be based on AbstractMySQLPlatform
instead of MySQLPlatform
, that means that all checks that test for mysql/mariadb must not check against MySQLPlatform
only, DatabaseUpgradeWizardsService.php
missed to do so.
Updated by Gerrit Code Review 24 days ago
- Status changed from Accepted to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86814
Updated by Gerrit Code Review 24 days ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86814
Updated by Gerrit Code Review 17 days ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86860
Updated by Benjamin Franzke 17 days ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 80d83468f5bf7fab374635cbfc661c39ed45caa8.