Re: Crash of mysqld on large SELECT statements

2002-01-22 Thread Sasha Pachev
On Tuesday 22 January 2002 10:21 am, Bernhard Schmalhofer wrote: > x807b75f handle_segfault__Fi + 383 > ? ? ? ? ?0x812bcaa pthread_sighandler + 154 > ? ? ? ? ?0x8150974 chunk_realloc + 56 > ? ? ? ? ?0x8150907 realloc + 787 > ? ? ? ? ?0x811594e my_realloc + 46 > ? ? ? ? ?0x80fae62 _mi_read_pack_inf

Crash of mysqld on large SELECT statements

2002-01-22 Thread Bernhard Schmalhofer
>Description: We are running about 100 MySQL-database servers on a single Machine. The databases are usually accessed via a web-interface. For some batch processing we tried to do basically 'SELECT *' on some tables. This caused the mysqld-Processed to fail. 'safe_m