From: Tim Starling Date: Sat, 26 Mar 2005 14:47:56 +0000 (+0000) Subject: doDumbUpdate() not deprecated X-Git-Tag: 1.5.0alpha1~514 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=64252d3f66876c05d2fa0d4bdc3e9c898e17c4a8;p=lhc%2Fweb%2Fwiklou.git doDumbUpdate() not deprecated --- diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index c4033400d1..deb91d66b9 100644 --- a/includes/LinksUpdate.php +++ b/includes/LinksUpdate.php @@ -174,10 +174,9 @@ class LinksUpdate { } /** - * Old inefficient update function - * Used for rebuilding the link table - * @todo Only used by ./maintenance/refreshLinks.inc probably need to be replaced - * @deprecated + * Link update which clears the previous entries and inserts new ones + * May be slower or faster depending on level of link contention and write speed of DB + * Also useful where link table corruption needs to be repaired, e.g. in refreshLinks.php */ function doDumbUpdate() { global $wgLinkCache, $wgDBtransactions, $wgUseCategoryMagic;