https://bugzilla.wikimedia.org/show_bug.cgi?id=36400
Max Semenik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|patch-need-review | CC| |[email protected] --- Comment #3 from Max Semenik <[email protected]> 2012-05-10 16:27:13 UTC --- The first part of your patch makes the query unindexed: * Was: iwl_prefix = const, ORDER BY iwl_title, iwl_from - covered by index iwl_prefix_title_from * Your patch: iwl_prefix = const, ORDER BY iwl_from, iwl_title - no suitable index. -- 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
