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

--- Comment #26 from Tremault <trema...@hotmail.com> 2011-12-10 15:31:36 UTC ---
(In reply to comment #25)
> Hello,

> For the table 'revision' collation is 'latin1_swedish_ci' and it' why the
> upgrade set the value to mysql4
> 
> What do you think about that, and have you an idea to correct
> 
> Thanks

Bruno, that is very interesting. many of my tables in my schema are in
latin1_swedish. 
I do not know why this is either. it seems arbitrary that these tables would be
using different charset. could it be that this is another name for iso8859?  

I might assume that we can change sql4 in that file to a charset that exists in
our database, would it hurt to change that to utf8? or what about :-

if ( preg_match( '/^latin1/', $row->Collation ) ) {
                $existingSchema = 'latin1';

would this work perhaps? 
it seems a bit more logical, if the new tables are to match the old tables then
why not?  it does seem like a bit of a messed up logic.

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

Reply via email to