mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
sql_select.cc:
Postfix for bug#22331. sql/sql_select.cc: Postfix for bug#22331.
This commit is contained in:
@ -7621,7 +7621,8 @@ static COND* substitute_for_best_equal_field(COND *cond,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!((Item_cond*)cond)->argument_list()->elements)
|
if (cond->type() == Item::COND_ITEM &&
|
||||||
|
!((Item_cond*)cond)->argument_list()->elements)
|
||||||
cond= new Item_int((int32)cond->val_bool());
|
cond= new Item_int((int32)cond->val_bool());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user