"Director General: NEFACOMP" <[EMAIL PROTECTED]> wrote:

> Hi group, I have discovered this morning a strange behaviour of MySQL 4.1.1
> When the SUB-SELECT contains more than one field, it does not work (this works very 
> well with 4.1.0 !!!!)
>
> For example:
> SELECT field1 FROM Table1 WHERE (field2,field3) IN (SELECT field2,field3 FROM Table2)
> 
> 
> The above query works as expected with mysqld-nt.exe 4.1.0 (on WinXP) but it does 
> not work with mysqld-nt.exe 4.1.1 (on WinXP).
> This problem causes unexpected results as the recordset comes empty (on 4.1.1) while 
> it comes with rows with 4.1.0 and no error is returned!!!

Works fine for me. Could you send me a test case?


-- 
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