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!