https://bugzilla.wikimedia.org/show_bug.cgi?id=34014
--- Comment #1 from MZMcBride <[email protected]> 2012-01-29 08:23:57 UTC --- A bit more data. It looks like this phenomenon began in 2004 and ended in 2006: mysql> select ipb_address, ipb_timestamp from ipblocks where ipb_address like '%\_%' order by ipb_timestamp asc limit 1; +--------------------+----------------+ | ipb_address | ipb_timestamp | +--------------------+----------------+ | Live_and_let_Troll | 20041025021840 | +--------------------+----------------+ 1 row in set (0.02 sec) mysql> select ipb_address, ipb_timestamp from ipblocks where ipb_address like '%\_%' order by ipb_timestamp desc limit 1; +--------------------------------+----------------+ | ipb_address | ipb_timestamp | +--------------------------------+----------------+ | I_learned_poker_from_wikipedia | 20060711184521 | +--------------------------------+----------------+ 1 row in set (1.96 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
