[rt-users] An interesting development

Byron Ellacott bje at apnic.net
Sun Feb 23 20:52:02 EST 2003


------------------------- SNIP -----------------------

mysql> select count(*) from Attachments;
+----------+
| count(*) |
+----------+
|   560833 |
+----------+
1 row in set (0.00 sec)

mysql> insert into Attachments values (0, 1159371, NULL,
'TESTMESSAGEBLAH', '--- TEST TICKET ---', NULL, 'text/plain', NULL,
'Testing', 'Testing HEADERS', NULL, NULL);
ERROR 1114: The table 'Attachments' is full

bash-2.05$ tail -3 rt.log
error:    couldn't parse head; error near:
--

------------------------- SNIP -----------------------

Just a warning for those sites with growing RT2 databases, you might
want to watch for this problem.  I'm now going to look into why MySQL
might be limiting the table; perhaps there's a soft limit that can be
expanded, or perhaps a different table type has a higher capacity.

-- 
Byron Ellacott <bje at apnic.net>
APNIC



More information about the rt-users mailing list