https://bugzilla.wikimedia.org/show_bug.cgi?id=13577
Reedy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #4781|0 |1 is obsolete| | --- Comment #3 from Reedy <[email protected]> 2011-11-20 14:53:08 UTC --- Comment on attachment 4781 --> https://bugzilla.wikimedia.org/attachment.cgi?id=4781 proposed patch Marking obsolete as patch half applied, and other half is wrong Not sure how much brions statement is still true... On enwiki: mysql> explain select cat_title from category where cat_pages = 0; +----+-------------+----------+------+---------------+-----------+---------+-------+--------+-------+ | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | +----+-------------+----------+------+---------------+-----------+---------+-------+--------+-------+ | 1 | SIMPLE | category | ref | cat_pages | cat_pages | 4 | const | 728557 | | +----+-------------+----------+------+---------------+-----------+---------+-------+--------+-------+ 1 row in set (0.00 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
