r112793 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112792‎ | r112793 | r112794 >
Date:11:33, 1 March 2012
Author:hashar
Status:ok
Tags:
Comment:
Bug 34734 - compressOld.php ignoring -s option

This is fixing a regression caused by r90549.
Patch by christian at quelltextlich dot at
Modified paths:
  • /trunk/phase3/maintenance/storage/compressOld.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/storage/compressOld.php
@@ -70,7 +70,7 @@
7171
7272 $type = $this->getOption( 'type', 'concat' );
7373 $chunkSize = $this->getOption( 'chunksize', 20 );
74 - $startId = $this->getOption( 'start-id', 0 );
 74+ $startId = $this->getOption( 'startid', 0 );
7575 $beginDate = $this->getOption( 'begin-date', '' );
7676 $endDate = $this->getOption( 'end-date', '' );
7777 $extDB = $this->getOption( 'extdb', '' );

Follow-up revisions

RevisionCommit summaryAuthorDate
r112794MFT to 1.19wmf1 r112793...hashar11:37, 1 March 2012
r112795MFT to REL1_19 r112793...hashar11:37, 1 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90549Followup r90020: use startid for consistency, and document endiddemon21:14, 21 June 2011

Status & tagging log