mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Fix buildbot failure in fix of BUG#723822
This commit is contained in:
parent
71371a9d5e
commit
db984067eb
2 changed files with 3 additions and 2 deletions
|
|
@ -11864,7 +11864,7 @@ get_constant_key_infix(KEY *index_info, SEL_ARG *index_range_tree,
|
|||
if (cur_range->field->eq(cur_part->field))
|
||||
break;
|
||||
}
|
||||
if (!cur_range)
|
||||
if (!cur_range || cur_range->type != SEL_ARG::KEY_RANGE)
|
||||
{
|
||||
if (min_max_arg_part)
|
||||
return FALSE; /* The current keypart has no range predicates at all. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue