[Ruby] My table, it is full

John Wulff johnwulff at gmail.com
Wed Oct 17 13:45:31 PDT 2007


I'm getting this nasty error:Mysql::Error: The table 'content_terms' is
full: INSERT INTO content_terms...

Here is some extra info:
mysql> show table status like 'content_terms';
+---------------+--------+---------+------------+---------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+-------------+------------+-------------------+----------+----------------+----------------------+
| Name          | Engine | Version | Row_format | Rows    | Avg_row_length |
Data_length | Max_data_length | Index_length | Data_free | Auto_increment |
Create_time         | Update_time | Check_time | Collation         |
Checksum | Create_options | Comment              |
+---------------+--------+---------+------------+---------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+-------------+------------+-------------------+----------+----------------+----------------------+
| content_terms | InnoDB |      10 | Compact    | 1069946 |             49 |
   53035008 |               0 |     57786368 |         0 |        1244152 |
2007-10-15 10:45:58 | NULL        | NULL       | latin1_swedish_ci |
NULL |                | InnoDB free: 4096 kB |
+---------------+--------+---------+------------+---------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+-------------+------------+-------------------+----------+----------------+----------------------+
1 row in set (0.06 sec)

Any tips or direction towards an applicable reference?

Google hasn't been very helpful so far.


Thanks.

-- 
John Wulff


More information about the Ruby mailing list