r113949 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113948‎ | r113949 | r113950 >
Date:20:12, 15 March 2012
Author:reedy
Status:deferred
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1/extensions (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/WikimediaMaintenance (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/WikimediaMaintenance/cleanupBug31576.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/WikimediaMaintenance/cleanupBug31576.php
@@ -34,7 +34,7 @@
3535 $res = $dbr->select( 'templatelinks', array( 'tl_title', 'tl_from' ),
3636 array(
3737 'tl_namespace' => NS_TEMPLATE,
38 - 'tl_title ' . $dbr->buildLike( $synonym, $dbr->anyString() )
 38+ 'tl_title' => $synonym
3939 ), __METHOD__,
4040 array( 'ORDER BY' => array( 'tl_title', 'tl_from' ), 'LIMIT' => $this->batchsize )
4141 );
Property changes on: branches/wmf/1.19wmf1/extensions/WikimediaMaintenance
___________________________________________________________________
Modified: svn:mergeinfo
4242 Merged /trunk/extensions/WikimediaMaintenance:r113948
Property changes on: branches/wmf/1.19wmf1/extensions
___________________________________________________________________
Modified: svn:mergeinfo
4343 Merged /trunk/extensions:r113948

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113948Not sure why we're doing a LIKE query against what are going to be exact temp...reedy20:09, 15 March 2012

Status & tagging log