Re: Temp file hanling gone wrong

2005-03-08 Thread Gleb Paharenko
Hello. > MySQL keeps throwing error 1114 on temp files Are you using InnoDB tables? 1114 (ER_RECORD_FILE_FULL) InnoDB has run out of free space in the tablespace. You should reconfigure the tablespace to add a new data file. "Homam S.A." <[EMAIL PROTECTED]> wrote: > MySQL keeps

Temp file hanling gone wrong

2005-03-07 Thread Homam S.A.
MySQL keeps throwing error 1114 on temp files (those that MySQL creates behind the scenes when executing a query and start with #), which is pretty dumb because there's no way for the user to set the maximum row size on temp table files. It seems that MySQL is wrongly setting the temp size and then