Actions
Bug #89063
closedIndex too large for sys_redirect
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-09-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The following errors occurred: +---------------+-------------------------------------------------+-----------------------------+ | Type | SQL Statement | Message | +---------------+-------------------------------------------------+-----------------------------+ | Change fields | ALTER TABLE `sys_redirect` CHANGE `source_path` | Specified key was too long; | | | `source_path` VARCHAR(2048) DEFAULT '' NOT NULL | max key length is 3072 | | | | bytes | | | | | +---------------+-------------------------------------------------+-----------------------------+
Reason: https://forge.typo3.org/issues/88336
affected database server version: mariadb-10.1.37
Actions