https://bugzilla.wikimedia.org/show_bug.cgi?id=44657
--- Comment #10 from MZMcBride <[email protected]> --- From wikidatawiki_p: mysql> select ipb_address, count(*) from ipblocks group by ipb_address having count(*) > 1 order by ipb_address; +-----------------+----------+ | ipb_address | count(*) | +-----------------+----------+ | | 2 | | 109.185.110.11 | 2 | | 114.113.221.66 | 2 | | 200.223.136.254 | 2 | | 211.206.122.150 | 2 | | 60.195.251.213 | 2 | | 61.19.201.7 | 2 | | 79.143.186.49 | 2 | +-----------------+----------+ 8 rows in set (0.01 sec) enwiki_p has 114 rows for the same query. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
