Re: converting tables MyISAM to InnoDB

2003-12-22 Thread MySQL Support
"Unknown Sender" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I recently upgraded from MySQL v3.23 to MySQL 4, and converted > my tables from MyISAM to InnoDB by using the ALTER TABLE > command. I did this for 16 tables. I know that MyISAM creates > seperate data/index f

converting tables MyISAM to InnoDB

2003-11-26 Thread Mayuran
Hi, I recently upgraded from MySQL v3.23 to MySQL 4, and converted my tables from MyISAM to InnoDB by using the ALTER TABLE command. I did this for 16 tables. I know that MyISAM creates seperate data/index files for each table and InnoDB uses a single file for data and log. My question is, once