Hi!

>
> > create table t(a enum ('ÃÃÃÃ','ÃÃÃ','ÃÃÃ'));
> > show create table t;
> > CREATE TABLE `t` (
> >   `a` enum('????','???','???') default NULL
> > ) TYPE=MyISAM DEFAULT CHARSET=cp1251
>
> But a bug in what?
> CREATE TABLE `t` (
>   `a` enum('ÃÃÃÃ','ÃÃÃ','ÃÃÃ') default NULL
> ) TYPE=MyISAM
>
> Which sounds fine to me (except the charset thingy, I'm running 4.0).
>
> Perhaps it's a bug in your client tool?
>

my client tool is "mysql -u root < sql.file.in.cp1251" (migration from
3.23.58)
and only enum chars are broken 8(
WBR!



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

Reply via email to