r110378 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110377‎ | r110378 | r110379 >
Date:10:39, 31 January 2012
Author:petrb
Status:ok
Tags:
Comment:
Fixed comment which caused syntax error when executing on mysql
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/sql/ArticleFeedbackv5.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/sql/ArticleFeedbackv5.sql
@@ -111,7 +111,7 @@
112112 -- selects we only want the count for each input, not the value of that input or
113113 -- the sum of the values (which will be numerical option_ids, not meaningful
114114 -- rating values). The queries were sufficiently different that we deemed multiple
 115+-- tables worthwhile.
115116 CREATE TABLE IF NOT EXISTS /*_*/aft_article_feedback_ratings_rollup (
116117 arr_page_id integer unsigned NOT NULL,
117118 arr_field_id integer unsigned NOT NULL,

Status & tagging log