Char type changes to Varchar type

2002-07-09 Thread Michael Ivanyo
I am using MySql with InnoDB and have just discovered that tables created using char types show up as varchars when I type, describe tableName. Previously, I was using MyIsam tables and did not see char types being changed to varchars so I am a bit puzzled. This is true for almost all of the

Re: Char type changes to Varchar type

2002-07-09 Thread Dan Nelson
In the last episode (Jul 09), Michael Ivanyo said: I am using MySql with InnoDB and have just discovered that tables created using char types show up as varchars when I type, describe tableName. Previously, I was using MyIsam tables and did not see char types being changed to varchars so I

Re: Char type changes to Varchar type

2002-07-09 Thread mos
At 10:19 PM 7/9/2002, you wrote: I am using MySql with InnoDB and have just discovered that tables created using char types show up as varchars when I type, describe tableName. Previously, I was using MyIsam tables and did not see char types being changed to varchars so I am a bit puzzled. This