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 MySQL thread:
> ------------------------------------
> create table test (
>       id int,
>       note text);
>
> insert into test values (1, 'blah');
> select * from test order by note;
> ------------------------------------
>
> I haven't tried any other versions yet, but the crash doesn't happen
> with 3.23.21-beta.
>
> -Tony
>
> Tony J. White
> [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
> <[EMAIL PROTECTED]> Trouble
> unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to