1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

merge with work

This commit is contained in:
monty@mashka.mysql.fi
2002-10-02 13:45:16 +03:00
62 changed files with 1925 additions and 158 deletions

View File

@ -1030,7 +1030,7 @@ get_mm_leaf(PARAM *param, Field *field, KEY_PART *key_part,
field->cmp_type() != value->result_type())
DBUG_RETURN(0);
if (value->save_in_field(field) == 1)
if (value->save_in_field(field) > 0)
{
// TODO; Check if we can we remove the following block.
if (type == Item_func::EQUAL_FUNC)