r107789 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107788‎ | r107789 | r107790 >
Date:23:31, 1 January 2012
Author:reedy
Status:ok
Tags:
Comment:
Followup r99892, actually use $options in query
Modified paths:
  • /trunk/phase3/includes/filerepo/LocalRepo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/LocalRepo.php
@@ -120,7 +120,7 @@
121121 array( 'oi_sha1' => $sha1,
122122 'oi_archive_name ' . $dbw->buildLike( $dbw->anyString(), ".$ext" ),
123123 $dbw->bitAnd( 'oi_deleted', File::DELETED_FILE ) => File::DELETED_FILE ),
124 - __METHOD__, array( 'FOR UPDATE' )
 124+ __METHOD__, $options
125125 );
126126 }
127127

Follow-up revisions

RevisionCommit summaryAuthorDate
r108492fixed compatibility of NSOldLocalFile::purgeThumbnails() and NSLocalFile::pur...jdpond04:34, 10 January 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99892Refactored cleanupDeletedBatch() by splitting out the file usage check functionsaaron17:07, 15 October 2011

Status & tagging log