https://bugzilla.wikimedia.org/show_bug.cgi?id=22883
Domas Mituzas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER --- Comment #1 from Domas Mituzas <[email protected]> 2010-03-24 08:07:32 UTC --- all mysql5 or 5.1 slave instances should have their data as binary/ 'varbinary' do note, that 'varbinary(255)' is a 'varchar(255) binary' - so, you should actually tell which character set is used on TS side, rather than leave it untold. inconsistency is on TS side, not on ours - TS uses different charsets, than we do. we will have eventual consistency on our side, though, needs someone (maybe me) to work on it. -- 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
