Article.php:
authorMr. E23 <e23@users.mediawiki.org>
Sat, 13 Dec 2003 21:32:32 +0000 (21:32 +0000)
committerMr. E23 <e23@users.mediawiki.org>
Sat, 13 Dec 2003 21:32:32 +0000 (21:32 +0000)
commit6a41de71d7fc3f4a1db1b56e23ac83bb68cac4fd
tree1599bf79367f2b7f59d1b5c66f09d754e234d731
parent651ccd832229f266aaabac807d990ad39f6a6553
Article.php:
* Made updating of page view stats faster my buffering them in a
  HEAP table until many pages can be updated at once.

tables.sql:
* hitcounter table

patch-hitcounter.sql:
* hitcounter table

update.php:
* Creating hitcounter table when necessary
includes/Article.php
maintenance/archives/patch-hitcounter.sql [new file with mode: 0644]
maintenance/tables.sql
update.php