Index on the correct column

darcs-hash:20080722205335-533db-d7b4a6c727305cffedc443b5bfa15779a685d03a.gz
This commit is contained in:
Mike Cochrane 2008-07-22 16:53:35 -04:00
parent 49f30e23a3
commit 0dac70d010
1 changed files with 1 additions and 2 deletions

View File

@ -108,8 +108,7 @@ create table notice (
source varchar(8) comment 'source of comment, like "web", "im", or "clientname"',
index notice_profile_id_idx (profile_id),
index notice_created_idx (profile_id),
index notice_created_idx (created),
FULLTEXT(content)
) ENGINE=MyISAM;