From 64252d3f66876c05d2fa0d4bdc3e9c898e17c4a8 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 26 Mar 2005 14:47:56 +0000 Subject: [PATCH] doDumbUpdate() not deprecated --- includes/LinksUpdate.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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; -- 2.20.1