https://bugzilla.wikimedia.org/show_bug.cgi?id=47055
db <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from db <[email protected]> --- (In reply to comment #6) > The issue is that the row doesn't necessarily exist in the user table. If the > revision was made by an anonymous user, then there will be no corresponding > row. The idea is to fetch the user row if it exists. That is wrong, because there is a rev_user = 0 on the join condition, so this is false for anon editing. The query should always find a user row. -- 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
