Skip to content

Commit ae74261

Browse files
author
Ajo Robert
committed
Merge branch 'mysql-5.7' into mysql-8.0
2 parents 07fa374 + 6139f43 commit ae74261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/opt_range.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13715,7 +13715,7 @@ min_max_inspect_cond_for_fields(Item *cond, Item_field *min_max_arg_item,
1371513715
DBUG_RETURN(true);
1371613716
}
1371713717

13718-
if (((Item_cond*) cond)->functype() == Item_func::MULT_EQUAL_FUNC)
13718+
if (pred->functype() == Item_func::MULT_EQUAL_FUNC)
1371913719
{
1372013720
/*
1372113721
Analyze participating fields in a multiequal condition.

0 commit comments

Comments
 (0)