I'm trying to add a new column to a table that weighs about 20GB using:
ALTER TBLE ... ALGORYTHM = INPLACE
After about one hour of processing, the ALTER command fails and returns the following error without adding the column:
ERROR 1034 (HY000): Incorrect key file for table '[TABLE]'; try to repair it
Any idea why is this happening?