mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed bug in MAX() optimization when used with JOIN and ON expressions
(Patch from 4.0.5)
This commit is contained in:
@@ -573,3 +573,5 @@ inline Item *and_conds(Item *a,Item *b)
|
||||
cond->update_used_tables();
|
||||
return cond;
|
||||
}
|
||||
|
||||
Item *and_expressions(Item *a, Item *b, Item **org_item);
|
||||
|
Reference in New Issue
Block a user