mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
select where .. (col=col and col=col) or ... (false expression) Problem: optimizer didn't take into account a singular case when we eliminated all the predicates at the AND level of WHERE. That may lead to wrong results. Fix: replace (a=a AND a=a...) with TRUE if we eliminated all the predicates.
533 KiB
533 KiB