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!

But a bug in what?

I've created the table with Database Workbench, and when doing
a SHOW CREATE TABLE t; It displays:

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?

With regards,

Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com


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

Reply via email to