https://bugzilla.wikimedia.org/show_bug.cgi?id=69083

            Bug ID: 69083
           Summary: SpecialPagesWithProp uses implicit join
           Product: MediaWiki
           Version: 1.23.1
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Special pages
          Assignee: [email protected]
          Reporter: [email protected]
       Web browser: ---
   Mobile Platform: ---

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to