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 @@
1112
1112
) ENGINE=MyISAM;
1113
1113
1114
1114
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);
1116
1116
--CREATE FULLTEXT INDEX /*i*/si_text ON /*_*/searchindex (si_text);
1117
1117
1118
1118
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r100467
Followup
r99836
, just comment out the offending index...
reedy
22:28, 21 October 2011
Status & tagging log
13:21, 4 November 2011
😂
(
talk
|
contribs
)
changed the
status
of r100469
[
removed:
new
added:
ok]