Update BatchRowIterator constructor to allow multiple tables
authorErik Bernhardson <ebernhardson@wikimedia.org>
Mon, 18 Jul 2016 17:26:03 +0000 (10:26 -0700)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Mon, 18 Jul 2016 17:27:15 +0000 (10:27 -0700)
commit90d2135893ebca422b221b0b01342b7c39534816
treeda90b1c93904b5570ca73e6a8cab52f78029cbc8
parent724c16c4f4b8da508810dfcac604776ad5a7facc
Update BatchRowIterator constructor to allow multiple tables

This already supported multiple tables, but the annotations claimed it
didn't. This $table value gets passed on directly to IDatabase::select
which takes a string or array, so mark it as such here as well.

Change-Id: I28fa61429544e592f90c0855ea59279af897283f
includes/utils/BatchRowIterator.php