Add page_len field with byte length of current revision text, since
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 12 Mar 2005 11:51:02 +0000 (11:51 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 12 Mar 2005 11:51:02 +0000 (11:51 +0000)
commit9e6e2933341741254cdc64324cd67b91168564e1
tree84b657d76eed5b8d05cc0309960734b401e89959
parente422a70856d9a0c711960c78e052a1ca3b3ff70e
Add page_len field with byte length of current revision text, since
revision text is now stored separately and may be compressed.
This field is indexed which speeds up Special:Shortpages & Longpages.

Removed no longer used wfArticleIsStub().
includes/Article.php
includes/Linker.php
includes/Parser.php
includes/SpecialShortpages.php
includes/SpecialUndelete.php
maintenance/archives/patch-page_len.sql [new file with mode: 0644]
maintenance/tables.sql
maintenance/updaters.inc