mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
needed for mysql 4.1.3+?
git-svn-id: file:///svn/phpbb/trunk@8820 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -623,6 +623,7 @@ class fulltext_mysql extends search_backend
|
|||||||
|
|
||||||
if (!isset($this->stats['post_subject']))
|
if (!isset($this->stats['post_subject']))
|
||||||
{
|
{
|
||||||
|
//$alter[] = 'MODIFY post_subject varchar(100) COLLATE utf8_unicode_ci DEFAULT \'\' NOT NULL';
|
||||||
$alter[] = 'ADD FULLTEXT (post_subject)';
|
$alter[] = 'ADD FULLTEXT (post_subject)';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user