Hi,

I'm running a conditional delete against a large table. Every 20 seconds or
so, an error message gets written to the logfile:

050129 19:32:26  InnoDB: ERROR: the age of the last checkpoint is
1334658464,
InnoDB: which exceeds the log group capacity 483180135.
InnoDB: If you are using big BLOB or TEXT rows, you must set the
InnoDB: combined size of log files at least 10 times bigger than the
InnoDB: largest such row.


The age of checkpoint keeps going up. The combined size of ib_logfile1 and
ib_logfile0 is 512M, if this is what the error message is referring to, and
it's certainly more than 10 times bigger than any row.

How serious is this? Why is it happening?

Thanks,

Sergei



Reply via email to