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

       Web browser: ---
             Bug #: 40866
           Summary: Remove $wgOldChangeTagsIndex
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Database
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


/**
 * Use old names for change_tags indices.
 */
$wgOldChangeTagsIndex = false;


Then we have code like:

$index['change_tag'] = $wgOldChangeTagsIndex ? 'ct_tag' : 'change_tag_tag_id';


Ugh.

Then patch-change_tag-indexes.sql can die 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