Last modified: 2014-08-03 23:01:46 UTC
In the getQueryInfo() of SpecialPagesWithProp.php, the 'page_id = pp_page' represents an implicit join, which are generally frowned upon and reportedly can return a cross-join under some circumstances in SQL Server. This portion of the 'conds' should be reimplemented under a 'join_conds' section.