https://bugzilla.wikimedia.org/show_bug.cgi?id=28600
--- Comment #3 from Bryan Tong Minh <[email protected]> 2011-07-13 20:05:33 UTC --- I don't understand the cause of this. The current procedure is this: 1. Fetch links already in globalimagelinks 2. Determine which links are not yet in there 3. Insert links not yet in globalimagelinks in the database. Somehow between 1. and 3. an entry gets added to the database. Doing INSERT IGNORE will probably solve the symptoms in both #1 and #2, but hide the actual issue. But I think that is not really bad for those kind of race conditions. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
