Re: problem with max_heap_table_size on 3.23.32

2001-06-20 Thread Benjamin Pflugmann
Hello. On Wed, Jun 20, 2001 at 02:46:18PM +0100, [EMAIL PROTECTED] wrote: > I seem to be reaching the max_heap_table_size with heap tables that should be at > least 10 times smaller than the max size > > The following shows what happens, note the error after the insert statement: > > mysql> CRE

problem with max_heap_table_size on 3.23.32

2001-06-20 Thread Jonathan Wakely
I seem to be reaching the max_heap_table_size with heap tables that should be at least 10 times smaller than the max size The following shows what happens, note the error after the insert statement: mysql> CREATE TABLE jontmp (id INT(11) UNSIGNED NOT NULL , relevance TINYINT UNSIGNED NOT NULL,