Re: bug in join on bdb table

2002-01-29 Thread Michael Widenius
Hi! > "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes: Sinisa> Carsten Hammer writes: >> Hi, >> I just experienced the following bug in tables created as berkeley >> tables: Sinisa> Hi! Sinisa> I have tested your report and it works just fine. I get the same Sinisa> results th

Re: bug in join on bdb table

2002-01-29 Thread Sinisa Milivojevic
Carsten Hammer writes: > Hi, > I just experienced the following bug in tables created as berkeley > tables: > > on bdb tables: > mysql> SELECT > jobs.number,jobs.status,jobs.filename,jobs.source_file,verarbeitung.name > FROM verarbeitung right join jobs on (verarbeitung.verarbeitung = > jobs.vera

Re: bug in join on bdb table

2002-01-18 Thread Sinisa Milivojevic
Carsten Hammer writes: > Hi, > I just experienced the following bug in tables created as berkeley > tables: > [skip] > > Is it in general dangerous to use bdb tables? > Best regards, > Carsten Hammer No, it is not dangerous to use bdb tables. Can you upload gzipped dump of the tables to : ft

bug in join on bdb table

2002-01-18 Thread Carsten Hammer
Hi, I just experienced the following bug in tables created as berkeley tables: on bdb tables: mysql> SELECT jobs.number,jobs.status,jobs.filename,jobs.source_file,verarbeitung.name FROM verarbeitung right join jobs on (verarbeitung.verarbeitung = jobs.verarbeitung) order by jobs.number; +