Brian Dunning's Error Code Reference

MySQL Error 1114

SQLSTATE: HY000 (ER_RECORD_FILE_FULL) The table '%s' is full

 

Comments

Ben Nunns   Ben Nunns
Feb 26, 2013
This error can also be caused on MEMORY tables by running out of RAM. Use MEMORY tables only as temporary tables and add in handling to ensure you don't exceed expected sizes.
 
vishal kumar   vishal kumar, Aricent
Apr 7, 2009
This error is caused due to limited size defined in mysql cnf file. to over come this error we need to increase the configuration parameters in cnf file. This size can be any table or heap or elese size. increase the parametr value and restart ur job. it will work fine.