From eabc6fe9ff86d9bec56a5f858baff0b241546164 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 19 Jun 2005 01:06:21 +0000 Subject: [PATCH] fixed references to cur table in comments --- maintenance/tables.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 3521b63fac..f5116463d2 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -437,7 +437,7 @@ CREATE TABLE /*$wgDBprefix*/site_stats ( -- See isCountable() in includes/Article.php ss_good_articles bigint(20) unsigned default '0', - -- Total pages, theoretically equal to SELECT COUNT(*) FROM cur; except faster + -- Total pages, theoretically equal to SELECT COUNT(*) FROM page; except faster ss_total_pages bigint(20) default -1, -- Number of users, theoretically equal to SELECT COUNT(*) FROM user; @@ -453,8 +453,8 @@ CREATE TABLE /*$wgDBprefix*/site_stats ( -- -- Stores an ID for every time any article is visited; -- depending on $wgHitcounterUpdateFreq, it is --- periodically cleared and the cur_counter column --- in the cur table updated for the all articles +-- periodically cleared and the page_counter column +-- in the page table updated for the all articles -- that have been visited.) -- CREATE TABLE /*$wgDBprefix*/hitcounter ( -- 2.20.1