RevisionStore::newRevisionFromBatch should use Title::newFromRow
authorPetr Pchelko <ppchelko@wikimedia.org>
Wed, 25 Sep 2019 20:17:38 +0000 (13:17 -0700)
committerPetr Pchelko <ppchelko@wikimedia.org>
Mon, 30 Sep 2019 18:50:42 +0000 (11:50 -0700)
If the rows were obtained using RevisionStore::getQueryInfo with
'page' flags, the revision row already contains the fields needed
to construct the Title without an additional database query.

Change-Id: Ie36c85871a8996a5706c80d286854a9c8363905f


No differences found