mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Fix bug #44665 - Add index on log_time to the log table to prevent slowdown on boards with many log entries.
Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9564 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -359,6 +359,7 @@ CREATE TABLE phpbb_log (
|
||||
log_data mediumblob NOT NULL,
|
||||
PRIMARY KEY (log_id),
|
||||
KEY log_type (log_type),
|
||||
KEY log_time (log_time),
|
||||
KEY forum_id (forum_id),
|
||||
KEY topic_id (topic_id),
|
||||
KEY reportee_id (reportee_id),
|
||||
|
Reference in New Issue
Block a user