1
0
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:
monty@hundin.mysql.fi
2002-11-09 09:51:03 +02:00
parent 0f14b3c27b
commit e08ed8a582
5 changed files with 131 additions and 2 deletions

View File

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