https://bugzilla.wikimedia.org/show_bug.cgi?id=45380
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Sam Reed (reedy) <[email protected]> --- mysql:wikiadmin@db1017 [enwiki]> select count(*) from watchlist where wl_user=23407; +----------+ | count(*) | +----------+ | 221044 | +----------+ 1 row in set (0.12 sec) Seriously? mysql:wikiadmin@db1017 [enwiki]> delete from watchlist where wl_user=23407; Query OK, 221044 rows affected (1 min 53.68 sec) mysql:wikiadmin@db1017 [enwiki]> select count(*) from watchlist where wl_user=23407; +----------+ | count(*) | +----------+ | 0 | +----------+ 1 row in set (0.07 sec) mysql:wikiadmin@db1017 [enwiki]> -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
