https://bugzilla.wikimedia.org/show_bug.cgi?id=59961
merl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|normal |critical --- Comment #4 from merl <[email protected]> --- langlinks table should at least not contain langlinks which are neither local defined nor at wikidata repository. select * from dewiki_p.langlinks where ll_from=6463057; +---------+---------+-------------+ | ll_from | ll_lang | ll_title | +---------+---------+-------------+ | 6463057 | en | Mark Atkins | | 6463057 | it | Mark Atkins | +---------+---------+-------------+ http://de.wikipedia.org/wiki/Mark_Atkins (with pageid 6463057) does not contain any local langlinks and on wikidata repository the it sitelink was removed three month ago https://www.wikidata.org/w/index.php?title=Q1899938&diff=128208462&oldid=127387275. So the it-langlink row must be removed. This is original an update queue problem. But there must be a way to fix this. Data Analysis Tools have big problems with this incorrect database table data. -- 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
