r100469 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100468‎ | r100469 | r100470 >
Date:22:32, 21 October 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r100467, comment out fulltext on si_title
Modified paths:
  • /branches/wmf/1.18wmf1/maintenance/tables.sql (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/maintenance/tables.sql
@@ -1111,7 +1111,7 @@
11121112 ) ENGINE=MyISAM;
11131113
11141114 CREATE UNIQUE INDEX /*i*/si_page ON /*_*/searchindex (si_page);
1115 -CREATE FULLTEXT INDEX /*i*/si_title ON /*_*/searchindex (si_title);
 1115+--CREATE FULLTEXT INDEX /*i*/si_title ON /*_*/searchindex (si_title);
11161116 --CREATE FULLTEXT INDEX /*i*/si_text ON /*_*/searchindex (si_text);
11171117
11181118

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100467Followup r99836, just comment out the offending index...reedy22:28, 21 October 2011

Status & tagging log