Index: trunk/phase3/maintenance/tables.sql |
— | — | @@ -611,7 +611,7 @@ |
612 | 612 | -- Stores an ID for every time any article is visited; |
613 | 613 | -- depending on $wgHitcounterUpdateFreq, it is |
614 | 614 | -- periodically cleared and the page_counter column |
| 615 | +-- in the page table updated for all the articles |
615 | 616 | -- that have been visited.) |
616 | 617 | -- |
617 | 618 | CREATE TABLE /*_*/hitcounter ( |