mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.0' into 10.1
This commit is contained in:
@ -7114,7 +7114,7 @@ SEL_TREE *Item_func_in::get_func_mm_tree(RANGE_OPT_PARAM *param,
|
||||
DBUG_RETURN(NULL);
|
||||
}
|
||||
SEL_TREE *tree2;
|
||||
for (; i < array->count; i++)
|
||||
for (; i < array->used_count; i++)
|
||||
{
|
||||
if (array->compare_elems(i, i-1))
|
||||
{
|
||||
|
Reference in New Issue
Block a user