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

           Summary: Redirect table not synchronized; cleanup needed
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: shell
          Severity: normal
          Priority: Normal
         Component: Database
        AssignedTo: [email protected]
        ReportedBy: [email protected]


SELECT rd_from, page_id FROM redirect LEFT JOIN page ON rd_from = page_id WHERE
page_id IS NULL;

The above query should never return a row, but it does - redirect table
contains rows with inexistent pages, thus the table is apparently during some
action(s) not being updated.

Redirect tables should be cleaned up after fix as well by deleting of improper
entries.


-- 
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