mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed bug in MAX() optimization when used with JOIN and ON expressions
This commit is contained in:
@ -621,3 +621,6 @@ public:
|
||||
longlong val_int();
|
||||
const char *func_name() const { return "xor"; }
|
||||
};
|
||||
|
||||
|
||||
Item *and_expressions(Item *a, Item *b, Item **org_item);
|
||||
|
Reference in New Issue
Block a user