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

       Web browser: ---
            Bug ID: 56858
           Summary: Updater: cl_sortkey didn't cover cl_type
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Database
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

tables.sql contains the following senctence:

-- FIXME:
-- Formerly this index didn't cover cl_type (since that didn't exist), so old
-- callers won't be using an index: fix this?
CREATE INDEX /*i*/cl_sortkey ON /*_*/categorylinks
(cl_to,cl_type,cl_sortkey,cl_from);

Please evaluate the timeframe this index was without cl_from and write a update
step to the Updater. If the timeframe is short, you can set this to WONTFIX and
skip the update step. Thanks.

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