doDumbUpdate() not deprecated
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 26 Mar 2005 14:47:56 +0000 (14:47 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 26 Mar 2005 14:47:56 +0000 (14:47 +0000)
includes/LinksUpdate.php

index c403340..deb91d6 100644 (file)
@@ -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;