From: Neelesh Date: March 26 2001 11:08am Subject: Re: Signal 11 on Innobase table range queries List-Archive: http://lists.mysql.com/mysql/69494 Message-Id: <00ba01c0b5e5$17cb6dc0$7801a8c0@ghosalkar> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello All of you , can you please tell me how to configure WEBLOGIC server with MYSQL database . It is giving findByPrimaryKey error on my CMPs Thanks in adcance Neelesh ----- Original Message ----- From: "Michael Widenius" To: Cc: "Arne Claassen" ; "Heikki Tuuri" ; Sent: Monday, March 26, 2001 4:05 PM Subject: Re: Signal 11 on Innobase table range queries > > Hi! > > >>>>> "Jeremy" == Jeremy D Zawodny 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: > > > > 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 > To unsubscribe, e-mail > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php >