Re: InnoDB enum and set datatypes

2002-08-02 Thread Victoria Reznichenko
speters, Friday, August 02, 2002, 3:08:44 AM, you wrote: s I was wondering about the Enum and Set column types in InnoDB tables. s I was able to create an InnoDB table with an enum column, but i s get errors when trying to insert values into that column. s I'm thinking that InnoDB doesnt

InnoDB enum and set datatypes

2002-08-01 Thread speters
I was wondering about the Enum and Set column types in InnoDB tables. I was able to create an InnoDB table with an enum column, but i get errors when trying to insert values into that column. I'm thinking that InnoDB doesnt support those data types, but the MySQL interface to InnoDB may have