https://bugzilla.wikimedia.org/show_bug.cgi?id=40867
--- Comment #1 from Sam Reed (reedy) <[email protected]> 2012-10-08 19:43:02 UTC --- I guess the patch should be updated so it does things in less separate actions... ALTER TABLE /*_*/change_tag DROP INDEX ct_rc_id, DROP INDEX ct_log_id, DROP INDEX ct_rev_id, DROP INDEX ct_tag, ADD INDEX /*i*/change_tag_rc_tag(ct_rc_id,ct_tag), ADD UNIQUE INDEX /*i*/change_tag_log_tag (ct_log_id,ct_tag), ADD UNIQUE INDEX /*i*/change_tag_rev_tag (ct_rev_id,ct_tag), ADD INDEX /*i*/change_tag_tag_id (ct_tag,ct_rc_id,ct_rev_id,ct_log_id); ALTER TABLE /*_*/tag_summary DROP INDEX ts_rc_id, DROP INDEX ts_log_id, DROP INDEX ts_rev_id, ADD UNIQUE INDEX /*i*/tag_summary_rc_id (ts_rc_id), ADD UNIQUE INDEX /*i*/tag_summary_log_id (ts_log_id), ADD UNIQUE INDEX /*i*/tag_summary_rev_id (ts_rev_id); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
