r48628 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48627‎ | r48628 | r48629 >
Date:11:20, 20 March 2009
Author:catrope
Status:ok
Tags:
Comment:
Fix typo in tables.sql, pointed out by Jidanni
Modified paths:
  • /trunk/phase3/maintenance/tables.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tables.sql
@@ -611,7 +611,7 @@
612612 -- Stores an ID for every time any article is visited;
613613 -- depending on $wgHitcounterUpdateFreq, it is
614614 -- periodically cleared and the page_counter column
 615+-- in the page table updated for all the articles
615616 -- that have been visited.)
616617 --
617618 CREATE TABLE /*_*/hitcounter (

Status & tagging log