https://bugzilla.wikimedia.org/show_bug.cgi?id=19447
--- Comment #8 from [email protected] 2009-06-30 20:43:52 UTC --- >temporarily set your $wgLanguageCode Sounds risky. By the way, for the English case where the new table was successfully added, >$ mysqldump --no-data mwabj|perl -nwle '$h{$_}++ for /CHARSET=\w+/g;END{print >"$h{$_}\t$_" for keys %h}' >41 CHARSET=binary >2 CHARSET=utf8 >1 CHARSET=latin1 Guess which new table is latin1 :-( . Please ensure new table creation follows the same rules the other tables were created with. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
