I've got two Linux x86 servers: master and slave, both with MySQL 4.0.20
from the same package. On the master I do:
SET CHARACTER SET cp1250_latin2;
UPDATE `my_tab` SET `my_field`='my_cp1250_string';
and got this in both master's and slave's log.

On master the data is properly translated into latin2 and I get latin2
characters in my_field. On slave I don't, there are still cp1250 characters.

I think, although not 100% sure, thas this worked okey in 4.0.18.
Any ideas?

--
./ premax
./ [EMAIL PROTECTED]



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to