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

           Summary: Rollback doesn't update links tables appropriately
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: General/Unknown
        AssignedTo: [email protected]
        ReportedBy: [email protected]


When querying the Toolserver database for pages without pagelinks,
templatelinks, and categorylinks, I got some odd results like [[August 4]] (
http://en.wikipedia.org/w/index.php?title=August_4&offset=20090330035739&limit=2&action=history
).

Either rollback or rollback done by a bot doesn't update the links tables
appropriately. Example query on enwiki_p:

mysql> SELECT * FROM pagelinks JOIN page ON pl_from = page_id WHERE
page_namespace = 0 AND page_title = "August_4";
Empty set (0.05 sec)

After a null edit of the page, it outputs 884 rows.


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