Project

General

Profile

Actions

Bug #20961

closed

CREATE TABLE sys_registry failed

Added by Alexander Opitz about 15 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
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)

Actions #1

Updated by Alexander Opitz over 14 years ago

Can be closed, as it seems to be fixed.

Actions #2

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF