Actions
Bug #20961
closedCREATE TABLE sys_registry failed
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2009-08-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I updated today from SVN, but I can't update/create the sys_registry table.
SQL:
CREATE TABLE sys_registry (
uid int(11) unsigned NOT NULL auto_increment,
entry_namespace varchar(128) NOT NULL default '',
entry_key varchar(255) NOT NULL default '',
entry_value blob,
PRIMARY KEY (uid),
UNIQUE entry_identifier (entry_namespace(64),entry_key(128))
)
Eror:
#14729 - Specified key was too long; max key length is 1000 bytes
My database is in utf8_unicode_ci mode.
(issue imported from #M11833)
Updated by Alexander Opitz over 14 years ago
Can be closed, as it seems to be fixed.
Actions