https://bugzilla.wikimedia.org/show_bug.cgi?id=66101
--- Comment #1 from nuria <[email protected]> --- Given that webhosts are different I do not think this is a bug, as that schema is userNames are not unique per ServerSideAccountCreation event but rather per event and webhost. Please see: > select id, uuid,webHost from ServerSideAccountCreation_5487345 where > event_userName='<removed>'; +---------+----------------------------------+------------------+ | id | uuid | webHost | +---------+----------------------------------+------------------+ | 1969244 | 4b20276622cc59788f029aeb2099f9db | bg.wikipedia.org | | 1970649 | cba01f0c458e590382b19ae4827b707d | www.wikidata.org | +---------+----------------------------------+------------------+ 2 rows in set (1.97 sec) > select id, uuid,webHost from ServerSideAccountCreation_5487345 where > event_userName='<removed>'; +---------+----------------------------------+------------------+ | id | uuid | webHost | +---------+----------------------------------+------------------+ | 1968557 | 14fb6a363ac25f92bdd9efa4ed9ab40c | mr.wikipedia.org | | 2320001 | f6b428c53ca450458d33074775c6a035 | ar.wikipedia.org | +---------+----------------------------------+------------------+ 2 rows in set (2.16 sec) -- 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
