Re: About innodb's max_rows attribute.

2008-11-12 Thread Moon's Father
I'm sorry to mistake the wrong storage engine. On Wed, Nov 12, 2008 at 3:52 PM, Moon's Father <[EMAIL PROTECTED]>wrote: > Hi. >I got an error when I use alter statement to modify an innodb's table > structure. The error no is 1114 and the detail information is > ERROR 1114 (HY000): The table

About innodb's max_rows attribute.

2008-11-11 Thread Moon's Father
Hi. I got an error when I use alter statement to modify an innodb's table structure. The error no is 1114 and the detail information is ERROR 1114 (HY000): The table '#sql-4c0_1' is full. Here is my table's structure. mysql> show create table t1; +---+---