r91777 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91776‎ | r91777 | r91778 >
Date:03:43, 9 July 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r86183 and per bug 28628

Might awell make refreshLinks remove dead iwlinks from the table
Modified paths:
  • /trunk/phase3/maintenance/refreshLinks.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/refreshLinks.php
@@ -251,6 +251,7 @@
252252 'categorylinks' => 'cl_from',
253253 'templatelinks' => 'tl_from',
254254 'externallinks' => 'el_from',
 255+ 'iwlinks' => 'iwl_from',
255256 );
256257
257258 foreach ( $linksTables as $table => $field ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86183* (bug 28568) Entries in the iwlinks table are now removed on page deletionialex07:46, 16 April 2011

Status & tagging log