https://bugzilla.wikimedia.org/show_bug.cgi?id=35609
--- Comment #6 from Sam Reed (reedy) <[email protected]> 2012-07-06 16:41:24 UTC --- mysql> explain select count(*) from categorylinks where cl_collation != 'uppercase'; +----+-------------+---------------+-------+---------------+--------------+---------+------+-------+--------------------------+ | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | +----+-------------+---------------+-------+---------------+--------------+---------+------+-------+--------------------------+ | 1 | SIMPLE | categorylinks | range | cl_collation | cl_collation | 34 | NULL | 60341 | Using where; Using index | +----+-------------+---------------+-------+---------------+--------------+---------+------+-------+--------------------------+ 1 row in set (0.02 sec) -- 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
