Page MenuHomePhabricator

DateBase
Closed, ResolvedPublic

Description

Author: songchang2000

Description:
Creating categorylinks table...Query "CREATE TABLE Betawiki_categorylinks ( cl_from
int(8) unsigned NOT NULL default '0', cl_to varchar(255) binary NOT NULL default '',
cl_sortkey varchar(255) binary NOT NULL default '', cl_timestamp timestamp NOT NULL,
UNIQUE KEY cl_from(cl_from,cl_to), KEY cl_sortkey(cl_to,cl_sortkey(128)), KEY
cl_timestamp(cl_to,cl_timestamp) ) TYPE=InnoDB" failed with error code "Specified
key was too long. Max key length is 500".


Version: 1.5.x
Severity: normal
OS: Windows Server 2003
Platform: PC

Details

Reference
bz2417

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:33 PM
bzimport set Reference to bz2417.
bzimport added a subscriber: Unknown Object (MLST).

zigger wrote:

*** This bug has been marked as a duplicate of 1322 ***