API: Do a STRAIGHT_JOIN in ApiQueryBacklinks's first query to counter a MySQL 4 bug...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 27 Aug 2009 14:58:19 +0000 (14:58 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 27 Aug 2009 14:58:19 +0000 (14:58 +0000)
commit73560aeb2cfc15fe0bc77eb8a9c279faf663e19a
treeb6fd7862f0eec8a1dec29e295a82ce8cc96a5bd1
parent1692b5c103652caecb30a287abd1331dcc104ad7
API: Do a STRAIGHT_JOIN in ApiQueryBacklinks's first query to counter a MySQL 4 bug where the optmizer chooses to do a table scan on page instead.
includes/api/ApiQueryBacklinks.php