I have the following error in MySQL,
when I do an alter statement:
Code: Select all
ERROR 1878 (HY000): Temporary file write failure.
Code: Select all
ALTER TABLE f_inside_trade ADD COLUMN source TINYINT UNSIGNED;
Its the first time I get this error.