https://bugzilla.wikimedia.org/show_bug.cgi?id=18111
Brent G <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Brent G <[email protected]> 2009-03-23 06:49:30 UTC --- Likely from the fact that the all block inserts are done as INSERT IGNORE. Since your IP is already softblocked, it has an entry in the ipblocks table, and there's a unique key constraint on ipb_address. Whe the hardblock of A will gets submitted, it tries to go back and hardblock the last IP but it's already in the table (but without autoblock flag), and will silently fail. So when User B comes along, autoblock isn't on for that IP. -- 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
