-
Bug
-
Resolution: Fixed
-
3.0.RC1
-
None
-
PHP Environment:
Database: MySQL 5.0.x
I found:
topic_title varchar(100) DEFAULT '' NOT NULL COLLATE utf8_unicode_ci,
but:
CHARACTER SET `utf8` COLLATE `utf8_bin`;
in phpbb_topics
and
< post_subject varchar(100) DEFAULT '' NOT NULL, > in phpbb_posts is utf8_bin
Maybe mistake.
- caused
-
PHPBB-9551 Mysql fulltext index creation fails due to partial collation change
- Closed