re: Re: Select with order by clause on a MySQL BDB table returning incorrect

2002-09-26 Thread Victoria Reznichenko
Sridhar, Wednesday, September 25, 2002, 6:11:30 PM, you wrote: SP Currently i get around this issue by analyzing the BDB tables, but this SP seems to be a temporary solution. The issue is intermittent, keeps SP surfacing SP again after a certain no of days. Did not find any related bugs with

re: Select with order by clause on a MySQL BDB table returning incorrect

2002-09-25 Thread Victoria Reznichenko
Sridhar, Wednesday, September 25, 2002, 12:23:29 AM, you wrote: SP One of our MySQL db's containing BDB tables is exhibiting a strange SP behavior. SP A query consisting of an ORDER BY clause is returning wrong result set. SP The SP same query when used without an ORDER BY clause returns the

Re: Select with order by clause on a MySQL BDB table returning incorrect

2002-09-25 Thread Sridhar Peddireddy
[EMAIL PROTECTED] wrote: Sridhar, Wednesday, September 25, 2002, 12:23:29 AM, you wrote: SP One of our MySQL db's containing BDB tables is exhibiting a strange SP behavior. SP A query consisting of an ORDER BY clause is returning wrong result set. SP The SP same query when used without

Select with order by clause on a MySQL BDB table returning incorrect

2002-09-24 Thread Sridhar Peddireddy
Dear List, One of our MySQL db's containing BDB tables is exhibiting a strange behavior. A query consisting of an ORDER BY clause is returning wrong result set. The same query when used without an ORDER BY clause returns the correct result set. Environment: Sun Solaris 2.7, MySQL 3.23.51, Table

MySql/BDB

2002-06-21 Thread Martin Johnson
Hi, mysql select version(); +-+ | version() | +-+ | 3.23.51-max-log | +-+ 1 row in set (0.00 sec) Yesterday I sent a message to the list regarding MySql/BDB support for recovery procedures. I could not make sense of the binary log and I

mysql+bdb

2001-04-23 Thread Eugene Reuter
I installed mysql 3.23.36 binary version for OpenServer 5.0.5. According to MySql documentation this version supposes to support BDB-tables. But if I try to create Type=BDB tables I get MyIsam. If I look into my variables I see have_bdb = No. How can I get it work? Eugene

Re: mysql+bdb

2001-04-23 Thread Ken Menzel
- From: Eugene Reuter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 23, 2001 9:56 AM Subject: mysql+bdb I installed mysql 3.23.36 binary version for OpenServer 5.0.5. According to MySql documentation this version supposes to support BDB-tables. But if I try to create Type=BDB

Re: mysql+bdb

2001-04-23 Thread Boyd Lynn Gerber
On Mon, 23 Apr 2001, Eugene Reuter wrote: I installed mysql 3.23.36 binary version for OpenServer 5.0.5. According to MySql documentation this version supposes to support BDB-tables. But if I try to create Type=BDB tables I get MyIsam. If I look into my variables I see have_bdb = No. How can