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

       Web browser: ---
             Bug #: 31864
           Summary: Make sure revision queries JOIN on page in most places
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Deleting
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Per http://www.mediawiki.org/wiki/Requests_for_comment/Page_deletion, we want
to move away from using the archive table. One thing that can be done right now
to prep for that is to make sure revision queries join on rev_page=page_id to
make sure the revisions returned are live (unless the caller doesn't care if
they are orphaned).

A future deletion schema will involve moving page rows to an archived_page
table. Revisions not belonging to a 'page' row would be "deleted". Many places
already JOIN on page, which works out nicely.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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