r110154 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110153‎ | r110154 | r110155 >
Date:18:23, 27 January 2012
Author:aaron
Status:ok
Tags:filebackend 
Comment:
r107980: added missing dir param to FileBackendShardListIterator
Modified paths:
  • /trunk/phase3/includes/filerepo/backend/FileBackend.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/backend/FileBackend.php
@@ -1144,7 +1144,7 @@
11451145 // File listing spans multiple containers/shards
11461146 list( $b, $shortCont, $r ) = self::splitStoragePath( $params['dir'] );
11471147 return new FileBackendShardListIterator( $this,
1148 - $fullCont, $this->getContainerSuffixes( $shortCont ), $params );
 1148+ $fullCont, $dir, $this->getContainerSuffixes( $shortCont ), $params );
11491149 }
11501150 }
11511151

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107980* Added supported for container sharding via existing FileRepo-style hash pat...aaron01:08, 4 January 2012

Status & tagging log