mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
- added a UNIQUE index on the wordmatch table
- some modifications of search indexing which might improve the speed and hopefully fixes [Bug #8352] - added logging to search indexing [Bug #8384] git-svn-id: file:///svn/phpbb/trunk@7119 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -369,7 +369,10 @@ $database_update_info = array(
|
||||
),
|
||||
// Add the following unique indexes
|
||||
'add_unique_index' => array(
|
||||
USERS_TABLE => array(
|
||||
SEARCH_WORDMATCH_TABLE => array(
|
||||
'unique_match' => array('word_id', 'post_id', 'title_match'),
|
||||
),
|
||||
USERS_TABLE => array(
|
||||
'username_clean' => array('username_clean'),
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user