Re: crash bug with ORDER BY text

2002-03-01 Thread Christopher Thompson
For what it is worth, this does NOT cause 3.23.41 to crash. On Friday 01 March 2002 3:47 pm, Tony J. White wrote: > Using versions 3.23.47 or 3.23.49a on linux i386 precompiled binaries. > > Using ORDER BY on a column that is type text causes a crash. > > The following MySQL Query crashes it's My

crash bug with ORDER BY text

2002-03-01 Thread Tony J. White
Using versions 3.23.47 or 3.23.49a on linux i386 precompiled binaries. Using ORDER BY on a column that is type text causes a crash. The following MySQL Query crashes it's MySQL thread: create table test ( id int, note text); insert into test