MySQL Bugs: #19840: Left outer join with 'where or false'
Description: Different results founds between 5.0.21 and 5.0.19 executing query with 'left outer join', 'where' with 'OR FALSE'. MySQL 5.0.21 does not give back the expected value. MySQL 5.0.19 it's ok. How to repeat: CREATE TABLE test (code CHAR(20), nam...