Re: Out of tablespace when using innodb_file_per_table

2005-01-27 Thread Gleb Paharenko
Hello. It is an unusual behaviour for InnoDB tables to create .MYD files. Execute 'show create table' statement on your table to see the type of storage engine. What output does the following statement produce: show variables like 'have_innodb'; "Grumm, Carsten" <[EMAIL PROTECTED]>

Re: Out of tablespace when using innodb_file_per_table

2005-01-26 Thread Heikki Tuuri
Carsten, - Original Message - From: ""Grumm, Carsten"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Wednesday, January 26, 2005 4:22 PM Subject: Out of tablespace when using innodb_file_per_table Hello, I'm using InnoDB with the "innodb_file_per_table" option on. But now