mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
reverting a change
This commit is contained in:
parent
a3a99fc7ca
commit
89083f2d6d
1 changed files with 1 additions and 1 deletions
|
@ -1024,7 +1024,7 @@ get_mm_leaf(PARAM *param, Field *field, KEY_PART *key_part,
|
||||||
field->cmp_type() != value->result_type())
|
field->cmp_type() != value->result_type())
|
||||||
DBUG_RETURN(0);
|
DBUG_RETURN(0);
|
||||||
|
|
||||||
if (value->save_in_field(field) || value->is_null())
|
if (value->save_in_field(field))
|
||||||
{
|
{
|
||||||
// TODO; Check if we can we remove the following block.
|
// TODO; Check if we can we remove the following block.
|
||||||
if (type == Item_func::EQUAL_FUNC)
|
if (type == Item_func::EQUAL_FUNC)
|
||||||
|
|
Loading…
Add table
Reference in a new issue