mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
after review fix(CRUM)
after merge fix
This commit is contained in:
@@ -129,7 +129,8 @@ void Item_bool_func2::fix_length_and_dec()
|
||||
int Arg_comparator::set_compare_func(Item_bool_func2 *item, Item_result type)
|
||||
{
|
||||
owner= item;
|
||||
func= comparator_matrix[type][owner->equal];
|
||||
func= comparator_matrix[type][(owner->functype() == Item_func::EQUAL_FUNC)?
|
||||
1:0];
|
||||
if (type == ROW_RESULT)
|
||||
{
|
||||
uint n= args[0]->cols();
|
||||
|
Reference in New Issue
Block a user