Harald Fuchs <[EMAIL PROTECTED]> wrote:
> Either I misunderstand what a RIGHT OUTER JOIN does, or MySQL has a bug.
> Consider the following example:
> 

[skip]

> 
> This looks somewhat like the cartesian product of t3 with (t1 left
> join t2).  I would expect t3 left join (t1 left join t2).
> 

Thank you for bug report! This bug will be fixed in 5.1. Temporary solution is a 
rewritting query with a LEFT JOIN.


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to