Project

General

Profile

Actions

Bug #105503

closed

Default database charset wizard is not shown for MariaDB

Added by Benjamin Franzke 24 days ago. Updated 17 days ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Install Tool
Start date:
2024-10-28
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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.

Actions

Also available in: Atom PDF