r98988 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98987‎ | r98988 | r98989 >
Date:09:23, 5 October 2011
Author:fptc
Status:deferred (Comments)
Tags:
Comment:
Fixing sql-file in r98782
Modified paths:
  • /trunk/extensions/FreqPatternTagCloud/freqpatterntagcloud.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/FreqPatternTagCloud/freqpatterntagcloud.sql
@@ -5,7 +5,7 @@
66 `rule_confidence` float(5,3) NOT NULL
77 )/*$wgDBTableOptions*/;
88
9 -CREATE INDEX /*i*/p_id ON fptc_associationrules (p_id);
 9+CREATE INDEX /*i*/p_id ON /*_*/fptc_associationrules (p_id);
1010
1111 CREATE TABLE IF NOT EXISTS /*_*/fptc_items (
1212 `o_id` INT(8) NOT NULL,

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98782FreqPatternTagCloud: move DB table generation out of the special page and use...ashley17:38, 3 October 2011

Comments

#Comment by FrequentPatternTagCloud (talk | contribs)   09:33, 5 October 2011

Please test (next time) if the extension still works after your changes in r98778 - r98787.

Status & tagging log