https://bugzilla.wikimedia.org/show_bug.cgi?id=17751


jida...@jidanni.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |major
          Component|Special pages               |Database
           Priority|Normal                      |High
            Summary|Wantedpages "Invalid title  |Internal non-ASCII anchors
                   |in result set" gives no     |cause wiki_pagelinks entry
                   |additional clues for Sysop  |




--- Comment #4 from jida...@jidanni.org  2009-03-11 12:44:37 UTC ---
OK, found the BIG BUG. Big because it corrupts the database, in my eyes.

You know internal anchor links, like [[#Bla]], [[#中文]]?

Well, the former is innocuous. However, it turns out the latter,
because it is Chinese, causes a (empty!) entry to be made in
wiki_pagelinks!

$ echo "SELECT * FROM wiki_pagelinks WHERE pl_title = '';"|mysql mydb
pl_from pl_namespace    pl_title
22      0

(So that's why Wantedpages gets junk!)
(Happens at least on my $wgLanguageCode='zh-tw' wikis. Didn't test 'en').


-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to