Hi!

>>>>> "Jeremy" == Jeremy D Zawodny <[EMAIL PROTECTED]> writes:

Jeremy> On Sun, Mar 25, 2001 at 09:52:22PM -0800, Arne Claassen wrote:
>> 
>> I've got a reproducable signal 11 death in mysqld using Innobase
>> tables and range queries (at least reproducable on my machine,
>> Redhat 6.2, mysql 3.23.35).
>> 
>> Here's how it manifests itself: Create a table with at least 32
>> columns.  Then load a row or two into the table and try to do any
>> query using a range (>, <, between, in) on the primary key and i get
>> this:
>> 
mysql> select * from foo where id > 1 limit 1;

Jeremy> [snip]

>> Let me know if anyone can reproduce this, as it's quite the
>> nuisance...

Jeremy> Yep. I've got a similar result here.

Jeremy> To reproduce you only need one row in the table:

<cut>

Thanks for the test case;  We will fix this shortly and then release
3.23.36 that will contain the fix for this.

Regards,
Monty


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