[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 -- 2 -- hitcounter table is used to buffer page hits before they are periodically 3 -- counted and added to the cur_counter column in the cur table. 4 -- December 2003 5 -- 6 7 CREATE TABLE /*$wgDBprefix*/hitcounter ( 8 hc_id INTEGER UNSIGNED NOT NULL 9 ) ENGINE=MEMORY MAX_ROWS=25000;
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |