1
0
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:
monty@hundin.mysql.fi
2002-12-02 13:41:08 +02:00
parent f89d91c53c
commit fab1fcea8b
5 changed files with 100 additions and 1 deletions

View File

@@ -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);