Actions
Bug #20988
closedAlter table "sys_refindex" is not possible if database is utf8
Start date:
2009-09-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After an update from TYPO 4.2.8 to current trunk (5888), the following statement ist not possible if database is utf8
ALTER TABLE sys_refindex CHANGE ref_table ref_table varchar(255) default '';
Mysql Error:
#14729 - Specified key was too long; max key length is 1000 bytes
Solution could be the same like here:
Follow-up to #14729: Add a registry to t3lib - Limited the key field size to 128 chars to fit the UNIQUE key
(issue imported from #M11867)
Actions