Avoid master queries in Title::getLinksFrom()
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 8 Feb 2016 21:41:57 +0000 (13:41 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 8 Feb 2016 21:41:57 +0000 (13:41 -0800)
commit6ce91360c0147e9071965dbf8b1067e8b7c7f6c7
treed9313640504a08de412feb61a0bc0af1f6d0b5bb
parent56b0a4eafa29b9d5965973b703514d609be5ead5
Avoid master queries in Title::getLinksFrom()

All callers only hit this case by accident (e.g. limit/offset)

Bug: T92357
Change-Id: I4b5d1b62b2e564b40c65c82cfd4788093d61fc98
includes/Title.php