mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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:
parent
199ab53f30
commit
a736c97c04
1 changed files with 1 additions and 0 deletions
|
@ -623,6 +623,7 @@ class fulltext_mysql extends search_backend
|
|||
|
||||
if (!isset($this->stats['post_subject']))
|
||||
{
|
||||
//$alter[] = 'MODIFY post_subject varchar(100) COLLATE utf8_unicode_ci DEFAULT \'\' NOT NULL';
|
||||
$alter[] = 'ADD FULLTEXT (post_subject)';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue