Re: Varchar and InnoDB

2004-10-19 Thread Heikki Tuuri
Filip, - Original Message - From: "Filip Rachunek" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Monday, October 18, 2004 10:33 AM Subject: Varchar and InnoDB Hello, I have a big table in my InnoDB database (more than 10 million rows) and it contains a c

Varchar and InnoDB

2004-10-18 Thread Filip Rachunek
Hello, I have a big table in my InnoDB database (more than 10 million rows) and it contains a column of varchar(40) type. For some reason I need to extend this column to varchar(160) but I don't expect to use the whole capacity of this column, except for several rare cases. My question is, after I