https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112794

Revision: 112794
Author:   hashar
Date:     2012-03-01 11:37:18 +0000 (Thu, 01 Mar 2012)
Log Message:
-----------
MFT to 1.19wmf1 r112793

Bug 34734 - compressOld.php ignoring -s option
which is a 1.19 regression

Modified Paths:
--------------
    branches/wmf/1.19wmf1/maintenance/storage/compressOld.php

Property Changed:
----------------
    branches/wmf/1.19wmf1/maintenance/storage/compressOld.php

Modified: branches/wmf/1.19wmf1/maintenance/storage/compressOld.php
===================================================================
--- branches/wmf/1.19wmf1/maintenance/storage/compressOld.php   2012-03-01 
11:33:38 UTC (rev 112793)
+++ branches/wmf/1.19wmf1/maintenance/storage/compressOld.php   2012-03-01 
11:37:18 UTC (rev 112794)
@@ -70,7 +70,7 @@
 
                $type = $this->getOption( 'type', 'concat' );
                $chunkSize = $this->getOption( 'chunksize', 20 );
-               $startId = $this->getOption( 'start-id', 0 );
+               $startId = $this->getOption( 'startid', 0 );
                $beginDate = $this->getOption( 'begin-date', '' );
                $endDate = $this->getOption( 'end-date', '' );
                $extDB = $this->getOption( 'extdb', '' );


Property changes on: branches/wmf/1.19wmf1/maintenance/storage/compressOld.php
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/JSTesting/maintenance/storage/compressOld.php:100352-107913
/branches/REL1_15/phase3/maintenance/storage/compressOld.php:51646
/branches/REL1_17/phase3/maintenance/storage/compressOld.php:81445,81448
/branches/new-installer/phase3/maintenance/storage/compressOld.php:43664-66004
/branches/sqlite/maintenance/storage/compressOld.php:58211-58321
/branches/wmf/1.18wmf1/maintenance/storage/compressOld.php:97508,111667
/trunk/phase3/maintenance/storage/compressOld.php:111002,111029,111034,111062,111067,111076,111085,111128,111144,111251,111397,111571,111574,111597,111658,111673,111695,111697,111750,111802-111803,111827,111965-111967,112021,112034,112037,112045-112046,112049,112061-112063,112065-112066,112070-112071,112079,112100,112128,112132-112133,112141,112152,112169-112170,112172-112173,112179,112184,112259,112290,112374,112378,112381,112383,112397,112408,112474,112526,112533-112534,112563,112566,112700,112750,112793


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to