1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Manual merge.

This commit is contained in:
Ramil Kalimullin
2009-12-10 10:31:52 +04:00
5 changed files with 180 additions and 7 deletions

View File

@ -7527,7 +7527,7 @@ static bool check_simple_equality(Item *left_item, Item *right_item,
already contains a constant and its value is not equal to
the value of const_item.
*/
item_equal->add(const_item);
item_equal->add(const_item, field_item);
}
else
{