https://bugzilla.wikimedia.org/show_bug.cgi?id=18414
Tomasz Finc <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Tomasz Finc <[email protected]> 2009-05-13 22:38:00 UTC --- Confirmed I can see this happening on any article that has a '\' in its title. Thus Dreamworks\\madagascar fails while Dreamworks\madagascar is valid This his happening because the 'mysql' command is escaping any slashes with an extra slash. '-r' fixes this by placing mysql in raw mode which doesn't add the extra slash. I've checked in the fix under http://www.mediawiki.org/wiki/Special:Code/MediaWiki/50570 and updated the main files. Any future dump should no longer have this problem. -- 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
