Bug tracker

Installation problems (MySQL) (fix completed in vcs)

using MySQL 4.0.18 and current CVS

the first problem:

SQL : CREATE TABLE phpbb_search_wordlist ( word_id mediumint(8) UNSIGNED NOT NULL auto_increment, word_text text DEFAULT '' NOT NULL, word_common tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (word_id), UNIQUE wrd_txt (word_text) )

BLOB column 'word_text' used in key specification without a key length



and after fixing this:
#1170 - BLOB column 'username' used in key specification without a key length

Comments / History

Linked ticket with changeset: r6430

Action performed by DavidMJ (Former Team Member) on Oct 2nd 2006, 15:32

Ticket details

Related SVN changesets