Re: Re: Is this a Bug?: Query returns an unexpected result.

2002-05-21 Thread Victoria Reznichenko
Benjamin, Monday, May 20, 2002, 9:21:02 PM, you wrote: BP> On Mon, May 20, 2002 at 07:28:01PM +0300, [EMAIL PROTECTED] wrote: BP> [...] >> II> select >> II> o.orderid, >> II> o.shipping_date, >> II> o.cancel_date >> II> from orders o, member u >> II> where o.userid = u.userid; BP> [...] >> II> th

Re: Is this a Bug?: Query returns an unexpected result.

2002-05-21 Thread Benjamin Pflugmann
Hi. On Tue, May 21, 2002 at 02:14:26PM +0300, [EMAIL PROTECTED] wrote: > > This bug was fixed interim, as it is no longer present in 4.0.2 nor in > 3.23.51. Ah. Okay. Thanks for testing. This must be this change from 3.23.49, I guess: --

Re: Is this a Bug?: Query returns an unexpected result.

2002-05-20 Thread Benjamin Pflugmann
Hi. On Mon, May 20, 2002 at 07:28:01PM +0300, [EMAIL PROTECTED] wrote: [...] > II> select > II> o.orderid, > II> o.shipping_date, > II> o.cancel_date > II> from orders o, member u > II> where o.userid = u.userid; [...] > II> - >

Re: Is this a Bug?: Query returns an unexpected result.

2002-05-20 Thread Benjamin Pflugmann
Hi. I was able to reproduce the behaviour on MySQL 3.23.46. CC'ed to [EMAIL PROTECTED] Regards, Benjamin. On Mon, May 20, 2002 at 09:40:20PM +0900, [EMAIL PROTECTED] wrote: > Description: > > Query returns an unexpected result. > > How-To-Repeat: > > run the script below: > ---

Re: Is this a Bug?: Query returns an unexpected result.

2002-05-20 Thread Victoria Reznichenko
Ichinichi, Monday, May 20, 2002, 3:40:20 PM, you wrote: II> Description: II> Query returns an unexpected result. II> How-To-Repeat: II> run the script below: [skip] II> select II> o.orderid, II> o.shipping_date, II> o.cancel_date II> from orders o, member u II> where o.userid = u.userid; II>