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

           Summary: Inconsistent indices on pagelinks, imagelinks,
                    templatelinks tables
           Product: MediaWiki
           Version: 1.14-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Database
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The pl_from (pl_from, pl_namespace, pl_title), il_from (il_from, il_to) and
tl_from (tl_from, tl_namespace, tl_title) indices are UNIQUE, while the
pl_namespace (pl_namespace, pl_title, pl_from), il_to (il_to, il_from) and
tl_namespace (tl_namespace, tl_title, tl_from) indices aren't. They contain the
same fields, though, so if one is UNIQUE the other one should be UNIQUE too.


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