https://bugzilla.wikimedia.org/show_bug.cgi?id=35609
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Sam Reed (reedy) <[email protected]> 2012-07-06 16:39:42 UTC --- mysql> explain select count(*) from categorylinks where cl_collation = ''; +----+-------------+---------------+------+---------------+--------------+---------+-------+--------+--------------------------+ | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | +----+-------------+---------------+------+---------------+--------------+---------+-------+--------+--------------------------+ | 1 | SIMPLE | categorylinks | ref | cl_collation | cl_collation | 34 | const | 115866 | Using where; Using index | +----+-------------+---------------+------+---------------+--------------+---------+-------+--------+--------------------------+ 1 row in set (0.00 sec) Running updateCollation.php against commonswiki currently... -- 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
