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
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