Re: table full error

2001-09-05 Thread Ian Moore
That's what I thought at first as well. But my tmp_table_size is set to 64MB and I used the --big-tables option just to be sure. Also, show table status says the size is well below 64MB: Name | Type | Row_format | Rows| Avg_row_length | Data_length | Max_data_length tmp| HEAP | Dyn

Re: table full error

2001-09-05 Thread Adams, Bill TQO
[EMAIL PROTECTED] wrote: > Hello, > > I keep getting this: > > insert into tmp select * from ascend_log_2001_08_25; > ERROR 1114: The table 'tmp' is full > > tmp is a heap table There is a size limit to temp tables. See: http://www.mysql.com/doc/F/u/Full_table.html about increasing the allowed s

Re: Table Full Error

2001-03-16 Thread Fred van Engen
On Fri, Mar 16, 2001 at 10:48:59PM +0900, Cho Bum Rae wrote: > I tried to query below, > "select src_ip, byte, packet from table group by src_ip order by bytes desc limit 10" > > Then DB said, "ERROR 1114: The table 'SQL2997368_0' is full." > > What is problem? > It really helps to search the l

Re: Table full error ( I Know its in the manual.. I just don't get it)

2001-01-13 Thread Tõnu Samuel
"Ralf R. Kotowski" wrote: > > Ok I get a table is full error... > > So how/where do I set the tmp_table_size ? or the BIG_TABLES > option so that its started that way at system start-up? > > from what I gather the Big_Tables option writes ALL tmp tables to > disk, is that correct? so I should u