"Catrope" changed the status of MediaWiki.r108561 to "ok" and commented it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/108561#c29330

Old Status: new
> New Status: ok

Commit summary for MediaWiki.r108561:

followup to -r108556 - make the maintenance script to process in batchsize at a 
time and add default 0 for mbf_latest_response

Catrope's comment:

<pre>
+                                               array( 'ORDER BY' => 'mbf_id', 
'GROUP BY' => 'mbf_id', "LIMIT $batchSize" )
</pre>
You can use <code>'LIMIT' => $batchSize</code> as well.

<pre>
+                       $totalCount = $totalCount + $count;
</pre>
A shortcut for this is <code>$totalCount += $count;</code>

Marking OK.

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

Reply via email to