Bug on MySQl 5.0.15 ?

2005-11-07 Thread Dyego Souza Dantas Leal
' and pdomeupau.idmov = m.ID group by m.dat tehe Server says Unknowmn column PEDCERT.id' in 'on clause' This is a bug ? MySQl 5.0.15 on Linux box using innodb tables. -- - ++ Dyego Souza Dantas Leal

Re: Bug on MySQl 5.0.15 ?

2005-11-07 Thread Paul DuBois
= '02' where m.dat = '2005/01/01' and m.dat = '2005/12/31' and pdomeupau.idmov = m.ID group by m.dat tehe Server says Unknowmn column PEDCERT.id' in 'on clause' This is a bug ? MySQl 5.0.15 on Linux box using innodb tables. This is due to changes made to join processing in 5.0.12

Re: Bug on MySQl 5.0.15 ?

2005-11-07 Thread SGreen
= asddb.PEDCERT.id) and (v0.tipato = 'CC') and v0.codcta = '02' where m.dat = '2005/01/01' and m.dat = '2005/12/31' and pdomeupau.idmov = m.ID group by m.dat tehe Server says Unknowmn column PEDCERT.id' in 'on clause' This is a bug ? MySQl 5.0.15 on Linux box using innodb tables