Actions
Bug #105515
closedDatabase update failed: Specified key was too long; max key length is 1000 bytes
Status:
Resolved
Priority:
Must have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2024-10-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
See screenshot below:
The table is of type MyISAM.
Key is UNIQUE KEY entry_identifier (entry_namespace,entry_key)
Both fields are varchar(128) and with the change from utf8mb3 to utf8mb4 this is now: (128 + 128) * 4 = 1024
The core fails to update the table to InnoDB.
Files
Actions