[TYPO3-dev] Compare in 4.3 fails
Steffen Ritter
info at rs-websystems.de
Sat Aug 22 09:46:31 CEST 2009
Hey folks,
install tool wants to make the following two changes in database which
fail all the time because of to long indexes.
" Specified key was too long; max key length is 1000 bytes"
What I'm wrong about?
ALTER TABLE sys_refindex ADD KEY lookup_string (ref_table,ref_string);
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,entry_key)
);
regards
Steffen
More information about the TYPO3-dev
mailing list