https://bugzilla.wikimedia.org/show_bug.cgi?id=23136
--- Comment #13 from Ilmari Karonen <[email protected]> 2010-04-13 17:00:59 UTC --- Alternatively, the query in step 2 could be: SELECT DISTINCT gil_wiki FROM globalimagelinks, globalimagerepos WHERE gil_image = ? AND gil_wiki = gir_wiki AND gir_repo = ? to filter out in advance any wikis that aren't using the repo we're interested in to begin with. This could be useful e.g. when looking at local files sharing their name with a file from Commons. -- 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
