Hi!

create table t(a enum ('ÃÃÃÃ','ÃÃÃ','ÃÃÃ'));
show create table t;

CREATE TABLE `t` (
  `a` enum('????','???','???') default NULL
) TYPE=MyISAM DEFAULT CHARSET=cp1251

and this is a bug!


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

Reply via email to